From 9f9bd04b4b98fd8ce794d0d7e737c9cab6b9714a Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sun, 23 Aug 2026 11:46:23 +0900 Subject: [PATCH] fix: change serviceDns type from LoadBalancer to ClusterIP in Pi-hole configurations --- values/pihole-debian.yaml | 2 -- values/pihole.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/values/pihole-debian.yaml b/values/pihole-debian.yaml index cfde2e2..3cfd45c 100644 --- a/values/pihole-debian.yaml +++ b/values/pihole-debian.yaml @@ -15,8 +15,6 @@ serviceWeb: serviceDns: type: ClusterIP port: 53 - annotations: - kube-vip.io/loadbalancerIPs: 10.10.40.20 probes: liveness: diff --git a/values/pihole.yaml b/values/pihole.yaml index 9b13f8d..8c6313b 100644 --- a/values/pihole.yaml +++ b/values/pihole.yaml @@ -7,7 +7,7 @@ image: tag: "2024.07.0" serviceDns: - type: LoadBalancer + type: ClusterIP port: 53 serviceWeb: