Compare commits
1 commit
80b264331e
...
4310000c9a
| Author | SHA1 | Date | |
|---|---|---|---|
| 4310000c9a |
1 changed files with 9 additions and 0 deletions
9
kube/roles.yaml
Normal file
9
kube/roles.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: Role
|
||||||
|
metadata:
|
||||||
|
namespace: default
|
||||||
|
name: minecraft-ingress
|
||||||
|
rules:
|
||||||
|
- apiGroups: [""] # "" indicates the core API group
|
||||||
|
resources: ["pods","deployments","services"]
|
||||||
|
verbs: ["get", "list"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue