Internal pihole ip refresh
This commit is contained in:
parent
5e7668b59f
commit
b51c7dff6d
@ -56,7 +56,7 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
# Change this if you gave the secret a different name
|
||||
name: external-dns-pihole-password
|
||||
name: pihole-password
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
@ -69,6 +69,6 @@ spec:
|
||||
- --policy=upsert-only
|
||||
- --provider=pihole
|
||||
# Change this to the actual address of your Pi-hole web server
|
||||
- --pihole-server=http://pihole-web.default.svc.cluster.local
|
||||
- --pihole-server=http://192.168.0.234
|
||||
securityContext:
|
||||
fsGroup: 65534 # For ExternalDNS to be able to read Kubernetes token files
|
||||
|
Loading…
Reference in New Issue
Block a user