minecraft

This commit is contained in:
Tomás Limpinho
2026-03-09 14:06:12 +00:00
parent 9297ee3964
commit 82675ca850
5 changed files with 44 additions and 20 deletions

View File

@ -2,11 +2,12 @@ apiVersion: v1
kind: Service
metadata:
name: minecraft-service
namespace: stack-arr
namespace: minecraft
spec:
ports:
- port: 19132
protocol: UDP
- port: 25565
protocol: TCP
selector:
app: minecraft
type: ClusterIP
type: LoadBalancer
loadBalancerIP: 192.168.1.153