homelab/values/pihole-debian.yaml
Nik Afiq df07062cd1
Some checks failed
validate / lint (push) Failing after 1s
fix: restore nik4nao.home.arpa DNS entry -- wrongly removed as "orphaned"
This points at nik-debian's raw IP (192.168.7.183) for a host-level SMB/Samba
share, not a Kubernetes Service. Stage 3 removed it based on "no Certificate/
Ingress/IngressRoute references it" -- the wrong test for a non-HTTP,
non-Kubernetes service that was never going to have one. Broke real SMB
access. Restored to both Pi-hole values files in their original position.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 12:18:00 +09:00

58 lines
1.5 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: 1
nodeSelector:
node-role: storage
image:
tag: "2024.07.0"
serviceWeb:
type: ClusterIP
serviceDns:
type: ClusterIP
port: 53
annotations:
kube-vip.io/loadbalancerIPs: 192.168.7.183
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/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
- address=/jdownloader.home.arpa/192.168.7.77
- address=/glances.home.arpa/192.168.7.77
- address=/glances-debian.home.arpa/192.168.7.77
- 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=/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
storageClass: local-path
size: 500Mi