From 4256a02cea84b729e2c43a1e9f1a5c43d7ada511 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 9 Jun 2023 01:50:49 +0000 Subject: [PATCH] Update file ingress.yaml --- uptimekuma/templates/ingress.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/uptimekuma/templates/ingress.yaml b/uptimekuma/templates/ingress.yaml index 5b4a7b0..519f6ed 100644 --- a/uptimekuma/templates/ingress.yaml +++ b/uptimekuma/templates/ingress.yaml @@ -31,3 +31,15 @@ spec: commonName: "kuma.durp.info" dnsNames: - "kuma.durp.info" + +--- + +kind: Service +apiVersion: v1 +metadata: + name: heimdall-external-dns + annotations: + external-dns.alpha.kubernetes.io/hostname: kuma.durp.info +spec: + type: ExternalName + externalName: home.durp.info