mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-12 20:46:56 +02:00
12 lines
208 B
YAML
12 lines
208 B
YAML
apiVersion: externaldns.k8s.io/v1alpha1
|
|
kind: DNSEndpoint
|
|
metadata:
|
|
name: examplednsrecord
|
|
spec:
|
|
endpoints:
|
|
- dnsName: foo.bar.com
|
|
recordTTL: 180
|
|
recordType: A
|
|
targets:
|
|
- 192.168.99.216
|