From 0202460f11865a59e5c6bea7013089fa95fef182 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 20 Nov 2023 17:32:25 -0500 Subject: [PATCH] test dns --- podinfo/test-dns.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 podinfo/test-dns.yaml diff --git a/podinfo/test-dns.yaml b/podinfo/test-dns.yaml new file mode 100644 index 0000000..cf79aa6 --- /dev/null +++ b/podinfo/test-dns.yaml @@ -0,0 +1,12 @@ +apiVersion: externaldns.k8s.io/v1alpha1 +kind: DNSEndpoint +metadata: + name: podinfo.example.com + namespace: podinfo +spec: + endpoints: + - dnsName: podinfo.example.com + recordTTL: 180 + recordType: A + targets: + - 192.168.2.201