mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Deploy ingress, lego and dashboard
This commit is contained in:
parent
bf83e675f2
commit
f468fd3e34
43 changed files with 1321 additions and 142 deletions
14
roles/ingress/templates/nginx-ingress-clusterole.yml.j2
Normal file
14
roles/ingress/templates/nginx-ingress-clusterole.yml.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: system:ingress
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources: ["configmaps","secrets","endpoints","events","services"]
|
||||
verbs: ["list","watch","create","update","delete","get"]
|
||||
- apiGroups:
|
||||
- ""
|
||||
- "extensions"
|
||||
resources: ["services","nodes","ingresses","pods","ingresses/status"]
|
||||
verbs: ["list","watch","create","update","delete","get"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue