mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
14 lines
421 B
Django/Jinja
14 lines
421 B
Django/Jinja
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"]
|