feat(k8s): traefik metallb and minecraft ports

- MetalLB binded on 172.20.10.2
- disabled hostnetwork

- 25565 MC Java
- 19132 UDP MC Bedrock
This commit is contained in:
2026-06-11 03:38:41 +02:00
parent c2ad1122e5
commit 2dce972be2
+17 -4
View File
@@ -1,6 +1,5 @@
# Auto-generated by forust | See https://github.com/traefik/traefik-helm-chart/blob/master/values.yaml
hostNetwork: true
hostNetwork: false
securityContext:
capabilities:
@@ -10,8 +9,10 @@ securityContext:
podSecurityContext: ~
service:
spec:
type: ClusterIP
enabled: true
type: LoadBalancer
annotations:
metallb.universe.tf/loadBalancerIPs: "172.20.10.2"
api:
dashboard: true
@@ -63,6 +64,18 @@ ports:
protocol: TCP
expose:
default: true
minecraft-tcp:
port: 25565
exposedPort: 25565
protocol: TCP
expose:
default: true
minecraft-udp:
port: 19132
exposedPort: 19132
protocol: UDP
expose:
default: true
dot:
port: 853
exposedPort: 853