From 04082998267b00ff8b227f23056ca1f8af1317a0 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Tue, 17 Sep 2024 14:38:59 -0500 Subject: [PATCH] Disable external dns (#109) --- helm/values.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/values.yaml.j2 b/helm/values.yaml.j2 index bcce82e..77d697e 100644 --- a/helm/values.yaml.j2 +++ b/helm/values.yaml.j2 @@ -8,7 +8,8 @@ ingress: enabled: true className: nginx annotations: - external-dns.alpha.kubernetes.io/cloudflare-proxied: "true" + # Using cloudflare load balancers for routing, not normal DNS + external-dns.alpha.kubernetes.io/hostname: "" hosts: - host: {{ HOSTNAME }} paths: