From b51c7dff6d7aa265ea7c501597e6721354f1121a Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Tue, 31 Dec 2024 20:37:09 -0500 Subject: [PATCH] Internal pihole ip refresh --- manifests/external-dns/install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/external-dns/install.yaml b/manifests/external-dns/install.yaml index 2593afd..2cadb03 100644 --- a/manifests/external-dns/install.yaml +++ b/manifests/external-dns/install.yaml @@ -56,7 +56,7 @@ spec: envFrom: - secretRef: # Change this if you gave the secret a different name - name: external-dns-pihole-password + name: pihole-password args: - --source=service - --source=ingress @@ -69,6 +69,6 @@ spec: - --policy=upsert-only - --provider=pihole # Change this to the actual address of your Pi-hole web server - - --pihole-server=http://pihole-web.default.svc.cluster.local + - --pihole-server=http://192.168.0.234 securityContext: fsGroup: 65534 # For ExternalDNS to be able to read Kubernetes token files