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 c4395ddc10 - Show all commits

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