minecraft

This commit is contained in:
2024-05-13 14:22:36 +02:00
parent 0fd9936db5
commit 192e2e869f
6 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: minecraft-server
spec:
selector:
app: minecraft-server
ports:
- port: 25565
targetPort: 25565
type: LoadBalancer
loadBalancerIP: 192.168.3.4