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

View file

@ -7,3 +7,14 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["pods","deployments","services"]
verbs: ["get", "list"]
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: minecraft-ingress
labels:
app: minecraft-ingress
spec:
replicas: 1
selector:
matchLabels