Update k8s/games/minecraft/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
ab
2025-07-25 15:45:28 +00:00
parent 02b20c9fcc
commit 0bcd23009c

View File

@@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: minecraft-dynmap
namespace: minecraft
spec:
selector:
app: minecraft
@@ -12,20 +11,29 @@ spec:
port: 80
targetPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: minecraft-webstatus-mod
spec:
selector:
app: minecraft
ports:
- protocol: TCP
port: 8080
targetPort: 8080
---
apiVersion: v1
kind: Service
metadata:
name: minecraft-game
namespace: minecraft
spec:
type: LoadBalancer
ports:
- port: 30565
targetPort: 25565
- port: 30575
targetPort: 25575
protocol: TCP
selector:
app: minecraft