Skip to content

Commit 847f5bf

Browse files
committed
Add externalTrafficPolicy configuration for pihole in helmfile.yaml
Introduce externalTrafficPolicy set to Cluster in the pihole service configuration. This change enhances traffic routing and improves the handling of external requests to the pihole application.
1 parent a1c856e commit 847f5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/pihole/helmfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ releases:
1515
mixedService: true
1616
annotations:
1717
"lbipam.cilium.io/ips": "192.168.30.241"
18+
externalTrafficPolicy: Cluster
1819
doh:
1920
enabled: true
2021
extraEnvVars:

0 commit comments

Comments
 (0)