33 lines
900 B
YAML
Executable File
33 lines
900 B
YAML
Executable File
---
|
|
DNS1: "1.1.1.1" # Cloudflare
|
|
DNS2: "8.8.8.8" # Google
|
|
DNS3: "9.9.9.9" #Quad9
|
|
DNS4: "208.67.222.222" #OpenDNS
|
|
persistentVolumeClaim:
|
|
enabled: true
|
|
size: 2Gi
|
|
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
|
|
dns:
|
|
adlist:
|
|
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
|
- https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/pro.txt
|
|
- https://blocklistproject.github.io/Lists/ads.txt
|
|
- https://adaway.org/hosts.txt
|
|
- https://v.firebog.net/hosts/AdguardDNS.txt
|
|
- https://v.firebog.net/hosts/Admiral.txt
|
|
- https://v.firebog.net/hosts/Easylist.txt
|