caddy,blocky: set externalTrafficPolicy to Cluster

This commit is contained in:
2026-07-25 14:06:27 +02:00
parent afd3b79dc1
commit a8671b9423
2 changed files with 36 additions and 32 deletions
+3
View File
@@ -21,6 +21,9 @@ service:
enabled: true
type: LoadBalancer
loadBalancerIP: 10.1.2.148
# Cluster (not Local) so any node can forward to pods on any other node.
# Required for Cilium L2 announcement failover
externalTrafficPolicy: Cluster
ports:
dns:
port: 53