Add Helm values for pihole, external-dns, plex
This commit is contained in:
Executable
+31
@@ -0,0 +1,31 @@
|
||||
---
|
||||
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
|
||||
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
|
||||
Reference in New Issue
Block a user