mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
[AWS] Include DnsEndpoint example with AWS provider specifics
Signed-off-by: Francisco Robles Martín <f.robles.martin@pm.me>
This commit is contained in:
parent
cc9a60ecfa
commit
27aa444b9d
18
docs/contributing/crd-source/dnsendpoint-aws-example.yaml
Normal file
18
docs/contributing/crd-source/dnsendpoint-aws-example.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: externaldns.k8s.io/v1alpha1
|
||||
kind: DNSEndpoint
|
||||
metadata:
|
||||
name: examplednsrecord
|
||||
spec:
|
||||
endpoints:
|
||||
- dnsName: subdomain.foo.bar.com
|
||||
providerSpecific:
|
||||
- name: "aws/failover"
|
||||
value: "PRIMARY"
|
||||
- name: "aws/health-check-id"
|
||||
value: "asdf1234-as12-as12-as12-asdf12345678"
|
||||
- name: "aws/evaluate-target-health"
|
||||
value: "true"
|
||||
recordType: CNAME
|
||||
setIdentifier: some-unique-id
|
||||
targets:
|
||||
- other-subdomain.foo.bar.com
|
Loading…
Reference in New Issue
Block a user