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