Some checks failed
validate / lint (push) Has been cancelled
minisforum, debian, mac-mini, and gpu-node all moved from 192.168.7.0/24 to 10.10.40.0/24. Updates K3s server/agent config and node IPs (including gpu-node's host_vars override), NFS export allow-list and exports template, Pi-hole DNS records and kube-vip/loadBalancerIP pins, WireGuard's pushed DNS/AllowedIPs, and the NFS server IP baked into Jellyfin/Kavita/gitea-backup PVs and the Ollama URL used by ai-gateway/Dashy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
61 lines
1.6 KiB
YAML
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: 1
|
|
|
|
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 |