From 258877e1278d3adb64da286dba70a94ad733f08f Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 8 Oct 2024 13:33:35 +0500 Subject: [PATCH] fix: Pihole | remove 192.168.0.1 dns address --- helm/values/pihole.values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/values/pihole.values.yaml b/helm/values/pihole.values.yaml index 1d5e0eb..f01326a 100644 --- a/helm/values/pihole.values.yaml +++ b/helm/values/pihole.values.yaml @@ -1,7 +1,5 @@ --- DNS1: - 192.168.0.1 -DNS2: 1.1.1.1 admin: enabled: true @@ -29,7 +27,7 @@ serviceDns: annotations: metallb.universe.tf/allow-shared-ip: pihole-svc type: LoadBalancer -replicaCount: 1 +replicaCount: 3 podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "9617"