fix: change serviceDns type from LoadBalancer to ClusterIP in Pi-hole configurations
Some checks failed
validate / lint (push) Failing after 8s
Some checks failed
validate / lint (push) Failing after 8s
This commit is contained in:
parent
0824404f96
commit
9f9bd04b4b
@ -15,8 +15,6 @@ serviceWeb:
|
||||
serviceDns:
|
||||
type: ClusterIP
|
||||
port: 53
|
||||
annotations:
|
||||
kube-vip.io/loadbalancerIPs: 10.10.40.20
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
@ -7,7 +7,7 @@ image:
|
||||
tag: "2024.07.0"
|
||||
|
||||
serviceDns:
|
||||
type: LoadBalancer
|
||||
type: ClusterIP
|
||||
port: 53
|
||||
|
||||
serviceWeb:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user