From d1bbe8b272717b2c168aa75078960661b00ca660 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 18 Jun 2024 15:54:11 -0400 Subject: [PATCH] todo dns --- todo/frontend/dns-endpoint.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 todo/frontend/dns-endpoint.yaml diff --git a/todo/frontend/dns-endpoint.yaml b/todo/frontend/dns-endpoint.yaml new file mode 100644 index 0000000..fa0ef63 --- /dev/null +++ b/todo/frontend/dns-endpoint.yaml @@ -0,0 +1,12 @@ +apiVersion: externaldns.k8s.io/v1alpha1 +kind: DNSEndpoint +metadata: + name: todo.michaelthomson.dev + namespace: todo +spec: + endpoints: + - dnsName: todo.michaelthomson.dev + recordTTL: 180 + recordType: CNAME + targets: + - server.michaelthomson.dev