Modified the externalTrafficPolicy to point to Local instead of Cluster - Shows external IP in Pihole now

This commit is contained in:
timothy.nilles 2023-12-11 13:16:08 -05:00
parent 1145a4af96
commit 90b2be7610
1 changed files with 1 additions and 1 deletions

View File

@ -109,6 +109,6 @@ spec:
targetPort: 53
selector:
app: pihole
externalTrafficPolicy: Cluster
externalTrafficPolicy: Local
loadBalancerIP: 192.168.3.67 # this is your DNS IP, NOT THE GUI!
type: LoadBalancer