parameterise hosted zone
This commit is contained in:
parent
1e5ce73111
commit
10ee4a5efb
@ -58,7 +58,7 @@ spec:
|
|||||||
- --domain-filter={{ .Values.externaldns.domainFilter }} # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
|
- --domain-filter={{ .Values.externaldns.domainFilter }} # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
|
||||||
- --provider=aws
|
- --provider=aws
|
||||||
- --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization
|
- --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization
|
||||||
- --aws-zone-type=public # only look at public hosted zones (valid values are public, private or no value for both)
|
- --aws-zone-type={{ .Values.externaldns.awsZoneType }} # only look at public hosted zones (valid values are public, private or no value for both)
|
||||||
- --registry=txt
|
- --registry=txt
|
||||||
- --txt-owner-id=external-dns
|
- --txt-owner-id=external-dns
|
||||||
env:
|
env:
|
||||||
|
@ -5,6 +5,7 @@ namespaces:
|
|||||||
externaldnsNs: nexus-externaldns
|
externaldnsNs: nexus-externaldns
|
||||||
externaldns:
|
externaldns:
|
||||||
domainFilter: example.com #your root domain e.g example.com
|
domainFilter: example.com #your root domain e.g example.com
|
||||||
|
awsZoneType: private # only look at public hosted zones (valid values are public, private or no value for both)
|
||||||
deployment:
|
deployment:
|
||||||
clusterRegion: us-east-1
|
clusterRegion: us-east-1
|
||||||
name: nxrm.deployment
|
name: nxrm.deployment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user