fix: change serviceDns type from LoadBalancer to ClusterIP in Pi-hole configurations
Some checks failed
validate / lint (push) Failing after 8s

This commit is contained in:
Nik Afiq 2026-08-23 11:46:23 +09:00
parent 0824404f96
commit 9f9bd04b4b
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ serviceWeb:
serviceDns: serviceDns:
type: ClusterIP type: ClusterIP
port: 53 port: 53
annotations:
kube-vip.io/loadbalancerIPs: 10.10.40.20
probes: probes:
liveness: liveness:

View File

@ -7,7 +7,7 @@ image:
tag: "2024.07.0" tag: "2024.07.0"
serviceDns: serviceDns:
type: LoadBalancer type: ClusterIP
port: 53 port: 53
serviceWeb: serviceWeb: