Merge pull request #36 from nillestimothy/Pihole-Local-IP

Change externalTrafficPolicy in Pihole Deployment
This commit is contained in:
tehNooB 2023-12-14 21:34:23 +00:00 committed by GitHub
commit 324d7b2080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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