mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Update PiHole-Deployment.yaml
Syntax should be Cluster instead of ClusterIP on externalTrafficPolicy.
This commit is contained in:
parent
47cabd121d
commit
fd436135ad
1 changed files with 1 additions and 1 deletions
|
@ -109,6 +109,6 @@ spec:
|
|||
targetPort: 53
|
||||
selector:
|
||||
app: pihole
|
||||
externalTrafficPolicy: ClusterIP
|
||||
externalTrafficPolicy: Cluster
|
||||
loadBalancerIP: 192.168.3.67 # this is your DNS IP, NOT THE GUI!
|
||||
type: LoadBalancer
|
||||
|
|
Loading…
Reference in a new issue