homelab/values/pihole-debian.yaml
Nik Afiq fa53b7fee4
Some checks failed
validate / lint (push) Has been cancelled
fix: disable both Pi-hole instances during DNS migration
Set replicaCount: 0 for pihole and pihole-debian so Argo CD's selfHeal
doesn't scale them back up once its git connectivity recovers. Live
deployments already scaled to 0 directly; this just keeps git in sync
with that so it sticks.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-23 11:40:26 +09:00

61 lines
1.6 KiB
YAML

# Apply: helm upgrade --install pihole-debian mojo2600/pihole -f values/pihole-debian.yaml -n pihole --create-namespace
# Description: Helm values for Pi-hole secondary instance on Debian node
replicaCount: 0
nodeSelector:
node-role: storage
image:
tag: "2024.07.0"
serviceWeb:
type: ClusterIP
serviceDns:
type: ClusterIP
port: 53
annotations:
kube-vip.io/loadbalancerIPs: 10.10.40.20
probes:
liveness:
enabled: false
readiness:
enabled: false
admin:
existingSecret: pihole-debian-admin-secret
passwordKey: password
extraEnvVars:
PIHOLE_DNS_1: "1.1.1.1"
PIHOLE_DNS_2: "8.8.8.8"
dnsmasq:
customDnsEntries:
- address=/gitea.home.arpa/10.10.40.53
- address=/pihole.home.arpa/10.10.40.53
- address=/home.arpa/10.10.40.53
- address=/nik4nao.home.arpa/10.10.40.20
- address=/dashy.home.arpa/10.10.40.53
- address=/jellyfin.home.arpa/10.10.40.53
- address=/qbittorrent.home.arpa/10.10.40.53
- address=/jdownloader.home.arpa/10.10.40.53
- address=/glances.home.arpa/10.10.40.53
- address=/glances-debian.home.arpa/10.10.40.53
- address=/ca.home.arpa/10.10.40.53
- address=/auth.home.arpa/10.10.40.53
- address=/traefik.home.arpa/10.10.40.53
- address=/gitea.nik4nao.com/10.10.40.53
- address=/ha.home.arpa/10.10.40.53
- address=/argocd.home.arpa/10.10.40.53
- address=/gluetun.home.arpa/10.10.40.53
- address=/alert-bridge.home.arpa/10.10.40.53
- address=/books.home.arpa/10.10.40.53
- address=/books2.home.arpa/10.10.40.53
persistentVolumeClaim:
enabled: true
storageClass: local-path
size: 500Mi