Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ec308b76e |
@@ -27,24 +27,22 @@ sources:
|
|||||||
- gateway-httproute
|
- gateway-httproute
|
||||||
- gateway-grpcroute
|
- gateway-grpcroute
|
||||||
|
|
||||||
# TSIG secret + algorithm. The bind operator generates this key in
|
# Environment variables for TSIG secret and algorithm from Vault
|
||||||
# bind-internal (BindTSIGKey externaldns-key) and the emberstack reflector
|
|
||||||
# mirrors the Secret into this namespace as externaldns-key-tsig.
|
|
||||||
env:
|
env:
|
||||||
- name: EXTERNAL_DNS_RFC2136_TSIG_SECRET
|
- name: EXTERNAL_DNS_RFC2136_TSIG_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: externaldns-key-tsig
|
name: externaldns-tsig
|
||||||
key: secret
|
key: secret
|
||||||
- name: EXTERNAL_DNS_RFC2136_TSIG_ALGORITHM
|
- name: EXTERNAL_DNS_RFC2136_TSIG_ALGORITHM
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: externaldns-key-tsig
|
name: externaldns-tsig
|
||||||
key: algorithm
|
key: algorithm
|
||||||
|
|
||||||
# RFC2136 configuration as arguments
|
# RFC2136 configuration as arguments
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- --rfc2136-host=bind-externaldns-primary.bind-internal.svc.cluster.local
|
- --rfc2136-host=ausyd1nxvm2127.main.unkin.net
|
||||||
- --rfc2136-port=53
|
- --rfc2136-port=53
|
||||||
- --rfc2136-zone=k8s.syd1.au.unkin.net
|
- --rfc2136-zone=k8s.syd1.au.unkin.net
|
||||||
- --rfc2136-zone=200.18.198.in-addr.arpa
|
- --rfc2136-zone=200.18.198.in-addr.arpa
|
||||||
|
|||||||
Reference in New Issue
Block a user