From 277682ca5fd827b114aaeb631d878e2b4009e7cd Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 30 Jul 2023 07:05:39 -0500 Subject: [PATCH] update --- durpapi/templates/external-dns.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/durpapi/templates/external-dns.yaml b/durpapi/templates/external-dns.yaml index cc7c595..f98ce3d 100644 --- a/durpapi/templates/external-dns.yaml +++ b/durpapi/templates/external-dns.yaml @@ -1,9 +1,9 @@ -kind: Service -apiVersion: v1 -metadata: - name: durpapi-external-dns - annotations: - external-dns.alpha.kubernetes.io/hostname: durpapi.durp.info -spec: - type: ExternalName - externalName: durp.info \ No newline at end of file +#kind: Service +#apiVersion: v1 +#metadata: +# name: durpapi-external-dns +# annotations: +# external-dns.alpha.kubernetes.io/hostname: durpapi.durp.info +#spec: +# type: ExternalName +# externalName: durp.info