Files
homelab/helm/values/pihole.values.yaml
2024-08-21 16:44:58 +05:00

21 lines
397 B
YAML

---
DNS1:
192.168.0.1
persistentVolumeClaim:
enabled: true
ingress:
enabled: true
hosts:
- "pihole.home"
serviceWeb:
loadBalancerIP: 192.168.0.250
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer
serviceDns:
loadBalancerIP: 192.168.0.250
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer
replicaCount: 1