fix: Role permission groups and service label matcher

This commit is contained in:
Tamipes 2026-06-03 15:57:47 +02:00
parent 2244bc6c0d
commit c4395ddc10

View file

@ -10,7 +10,7 @@ metadata:
namespace: default
name: minecraft-ingress
rules:
- apiGroups: [""] # "" indicates the core API group
- apiGroups: ["apps", ""] # "" indicates the core API group
resources: ["pods","deployments","services"]
verbs: ["get", "list", "patch", "watch"]
---
@ -64,5 +64,5 @@ spec:
port: 25565
nodePort: 30565
selector:
server: minecraft-ingress
app: minecraft-ingress
type: NodePort