mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-04-17 05:51:03 +02:00
* docs(aws): tutorial with kind and localstack Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> * remove dependencies Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> * docs(aws): tutorial with kind and localstack Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> * docs(aws): tutorial with kind and localstack Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> * docs(aws): tutorial with kind and localstack Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> * docs(aws): tutorial with kind and localstack Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> * docs(aws): tutorial with kind and localstack Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> * docs(aws): tutorial with kind and localstack Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> --------- Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com> Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
17 lines
372 B
YAML
17 lines
372 B
YAML
# ref: docs/snippets/tutorials/aws-localstack/dnsendpoint-cname.yml
|
|
---
|
|
apiVersion: externaldns.k8s.io/v1alpha1
|
|
kind: DNSEndpoint
|
|
metadata:
|
|
name: cname-example
|
|
namespace: default
|
|
annotations:
|
|
dns.why/type: aws-localstack-tutorial
|
|
spec:
|
|
endpoints:
|
|
- dnsName: www.example.com
|
|
recordTTL: 600
|
|
recordType: CNAME
|
|
targets:
|
|
- example.com
|