mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 09:20:22 +00:00
Merge pull request #36 from nillestimothy/Pihole-Local-IP
Change externalTrafficPolicy in Pihole Deployment
This commit is contained in:
commit
324d7b2080
1 changed files with 1 additions and 1 deletions
|
@ -109,6 +109,6 @@ spec:
|
||||||
targetPort: 53
|
targetPort: 53
|
||||||
selector:
|
selector:
|
||||||
app: pihole
|
app: pihole
|
||||||
externalTrafficPolicy: Cluster
|
externalTrafficPolicy: Local
|
||||||
loadBalancerIP: 192.168.3.67 # this is your DNS IP, NOT THE GUI!
|
loadBalancerIP: 192.168.3.67 # this is your DNS IP, NOT THE GUI!
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
Loading…
Reference in a new issue