Support running insde kubernetes #5

Merged
tamipes merged 6 commits from pr-kube-yamls into main 2026-06-03 23:29:41 +02:00
Showing only changes of commit 80b264331e - Show all commits

9
kube/roles.yaml Normal file
View 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"]