fix: Pihole | remove 192.168.0.1 dns address

This commit is contained in:
2024-10-08 13:33:35 +05:00
parent 7b2de50e02
commit 258877e127

View File

@@ -1,7 +1,5 @@
--- ---
DNS1: DNS1:
192.168.0.1
DNS2:
1.1.1.1 1.1.1.1
admin: admin:
enabled: true enabled: true
@@ -29,7 +27,7 @@ serviceDns:
annotations: annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc metallb.universe.tf/allow-shared-ip: pihole-svc
type: LoadBalancer type: LoadBalancer
replicaCount: 1 replicaCount: 3
podAnnotations: podAnnotations:
prometheus.io/scrape: "true" prometheus.io/scrape: "true"
prometheus.io/port: "9617" prometheus.io/port: "9617"