fix pihole liveness probe
This commit is contained in:
@@ -12,8 +12,12 @@ metadata:
|
||||
data:
|
||||
unbound.conf: |
|
||||
server:
|
||||
# Listen only on loopback so only the co-located pihole can query it
|
||||
interface: 127.0.0.1
|
||||
# Listen on all interfaces so the kubelet's liveness/readiness probes
|
||||
# (which connect to the pod IP, not 127.0.0.1) can reach unbound.
|
||||
# No Service exposes port 5335, so it stays cluster-internal; pihole
|
||||
# still forwards to 127.0.0.1#5335 which works because 0.0.0.0 covers
|
||||
# loopback.
|
||||
interface: 0.0.0.0
|
||||
port: 5335
|
||||
|
||||
# IPv4 only for simplicity
|
||||
|
||||
Reference in New Issue
Block a user