From 6f8df6c4da5da01164644d9f66b0cda29f58453c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 9 Jun 2023 01:06:15 +0000 Subject: [PATCH] Update file test.yaml --- heimdall/templates/test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 heimdall/templates/test.yaml diff --git a/heimdall/templates/test.yaml b/heimdall/templates/test.yaml new file mode 100644 index 0000000..c85ea50 --- /dev/null +++ b/heimdall/templates/test.yaml @@ -0,0 +1,11 @@ +--- +kind: Service +apiVersion: v1 +metadata: + name: whoami-external-dns + namespace: whoami + annotations: + external-dns.alpha.kubernetes.io/hostname: whoami.macrossplusinc.com +spec: + type: ExternalName + externalName: 1.2.3.4 \ No newline at end of file