Update PiHole-Deployment.yaml

Syntax should be Cluster instead of ClusterIP on externalTrafficPolicy.
This commit is contained in:
ShockStruck 2023-10-24 00:38:31 -04:00 committed by GitHub
parent 47cabd121d
commit fd436135ad
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: ClusterIP
externalTrafficPolicy: Cluster
loadBalancerIP: 192.168.3.67 # this is your DNS IP, NOT THE GUI!
type: LoadBalancer