From 57a78fd8e78d9d88647ad2f5feed9f513eacce7d Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Thu, 23 Jul 2026 18:14:54 +0900 Subject: [PATCH] fix: remove orphaned DNS entry, sync Pi-hole DNS drift between primary/secondary Stage 3 + 6 of REFACTOR_PLAN.md. - Drop nik4nao.home.arpa from both Pi-hole values files: no Certificate, Ingress, or IngressRoute anywhere references it (confirmed via grep). - Add the immich.home.arpa and gluetun.home.arpa entries that existed in values/pihole.yaml but were missing from values/pihole-debian.yaml -- Pi-hole has no wildcard DNS here, so every hostname must be listed in both. Both files' hostname lists now match exactly (aside from the differing target IPs, which is expected for primary vs. secondary). Co-Authored-By: Claude Sonnet 5 --- values/pihole-debian.yaml | 3 ++- values/pihole.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values/pihole-debian.yaml b/values/pihole-debian.yaml index 35e4c38..9374a7f 100644 --- a/values/pihole-debian.yaml +++ b/values/pihole-debian.yaml @@ -37,7 +37,6 @@ dnsmasq: - address=/gitea.home.arpa/192.168.7.77 - address=/pihole.home.arpa/192.168.7.77 - address=/home.arpa/192.168.7.77 - - address=/nik4nao.home.arpa/192.168.7.183 - address=/dashy.home.arpa/192.168.7.77 - address=/jellyfin.home.arpa/192.168.7.77 - address=/qbittorrent.home.arpa/192.168.7.77 @@ -47,9 +46,11 @@ dnsmasq: - address=/ca.home.arpa/192.168.7.77 - address=/auth.home.arpa/192.168.7.77 - address=/traefik.home.arpa/192.168.7.77 + - address=/immich.home.arpa/192.168.7.77 - address=/gitea.nik4nao.com/192.168.7.77 - address=/ha.home.arpa/192.168.7.77 - address=/argocd.home.arpa/192.168.7.77 + - address=/gluetun.home.arpa/192.168.7.77 persistentVolumeClaim: enabled: true diff --git a/values/pihole.yaml b/values/pihole.yaml index 6a82e1e..55baab7 100644 --- a/values/pihole.yaml +++ b/values/pihole.yaml @@ -68,7 +68,6 @@ dnsmasq: - address=/gitea.home.arpa/192.168.7.77 - address=/pihole.home.arpa/192.168.7.77 - address=/home.arpa/192.168.7.77 - - address=/nik4nao.home.arpa/192.168.7.183 - address=/dashy.home.arpa/192.168.7.77 - address=/jellyfin.home.arpa/192.168.7.77 - address=/qbittorrent.home.arpa/192.168.7.77