remove ipv6 address from traefik for now

This commit is contained in:
Mans Ziesel 2024-10-01 14:03:59 +02:00
parent d2c428c57a
commit bed3bd5bcf

View File

@ -3,7 +3,7 @@ kind: Service
metadata: metadata:
name: traefik-service name: traefik-service
annotations: annotations:
metallb.universe.tf/loadBalancerIPs: 192.168.10.150,2a02:a442:ba11:1::150 metallb.universe.tf/loadBalancerIPs: 192.168.10.150
spec: spec:
type: LoadBalancer type: LoadBalancer
externalTrafficPolicy: Local externalTrafficPolicy: Local