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:
@@ -1,6 +1,5 @@
|
|||||||
# Auto-generated by forust | See https://github.com/traefik/traefik-helm-chart/blob/master/values.yaml
|
# Auto-generated by forust | See https://github.com/traefik/traefik-helm-chart/blob/master/values.yaml
|
||||||
|
hostNetwork: false
|
||||||
hostNetwork: true
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -10,8 +9,10 @@ securityContext:
|
|||||||
podSecurityContext: ~
|
podSecurityContext: ~
|
||||||
|
|
||||||
service:
|
service:
|
||||||
spec:
|
enabled: true
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
|
annotations:
|
||||||
|
metallb.universe.tf/loadBalancerIPs: "172.20.10.2"
|
||||||
|
|
||||||
api:
|
api:
|
||||||
dashboard: true
|
dashboard: true
|
||||||
@@ -63,6 +64,18 @@ ports:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
expose:
|
expose:
|
||||||
default: true
|
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:
|
dot:
|
||||||
port: 853
|
port: 853
|
||||||
exposedPort: 853
|
exposedPort: 853
|
||||||
|
|||||||
Reference in New Issue
Block a user