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:
|
serviceDns:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 53
|
port: 53
|
||||||
annotations:
|
|
||||||
kube-vip.io/loadbalancerIPs: 10.10.40.20
|
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user