diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 18:19:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 18:19:49 +0300 |
| commit | 9747e2712c1fc1434acecff87f96a380d70a8648 (patch) | |
| tree | 3f68ddf5636e4db1d94fda8c88f79854202fa54c /f3s/argocd-apps/services/pihole.yaml | |
| parent | 6f2e2f4eef379d4af960a1bd7ae6f4bfbb2401ef (diff) | |
pihole: docker-pi dnsmasq wildcard, README for pi2/pi3, ArgoCD parity
Add dnsmasq.d wildcard for *.f3s.lan.buetow.org → 192.168.1.138 and
example compose for Pis; refresh README (DNS on pi2/pi3, etc-dnsmasq.d).
Align dormant ArgoCD Helm customDnsEntries with the same wildcard.
Made-with: Cursor
Diffstat (limited to 'f3s/argocd-apps/services/pihole.yaml')
| -rw-r--r-- | f3s/argocd-apps/services/pihole.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/f3s/argocd-apps/services/pihole.yaml b/f3s/argocd-apps/services/pihole.yaml index a22e585..724c6c3 100644 --- a/f3s/argocd-apps/services/pihole.yaml +++ b/f3s/argocd-apps/services/pihole.yaml @@ -27,7 +27,8 @@ spec: existingClaim: "pihole-config-pvc" dnsmasq: customDnsEntries: - - address=/f3s.lan.buetow.org/192.168.1.138 + # Match Pi docker hosts: f3s/pihole/docker-pi/dnsmasq.d/99-f3s-lan-wildcard.conf + - address=/.f3s.lan.buetow.org/192.168.1.138 customVolumeMounts: - name: dnsmasq-config mountPath: /etc/dnsmasq.d |
