From eeb81f097a881e8c859f48c42925dbc7560802cd Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:45:55 +0100 Subject: [PATCH] Update pihole-deployment.yaml --- .../Traefik-PiHole/Manifest/PiHole/pihole-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kubernetes/Traefik-PiHole/Manifest/PiHole/pihole-deployment.yaml b/Kubernetes/Traefik-PiHole/Manifest/PiHole/pihole-deployment.yaml index a4971db..86e6dee 100644 --- a/Kubernetes/Traefik-PiHole/Manifest/PiHole/pihole-deployment.yaml +++ b/Kubernetes/Traefik-PiHole/Manifest/PiHole/pihole-deployment.yaml @@ -110,5 +110,5 @@ spec: selector: app: pihole externalTrafficPolicy: Local - loadBalancerIP: 192.168.3.67 + loadBalancerIP: 192.168.3.67 # this is where you will point your DNS resolver to (not the GUI!) type: LoadBalancer