From 64c872fcd160d317ebedaf74eaaf925bdd911cd4 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 25 Dec 2021 12:23:57 +0700 Subject: [PATCH] refactor: expose container registry to the internet --- platform/trow/templates/ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/trow/templates/ingress.yaml b/platform/trow/templates/ingress.yaml index a384e63d..64fd900b 100644 --- a/platform/trow/templates/ingress.yaml +++ b/platform/trow/templates/ingress.yaml @@ -4,6 +4,8 @@ metadata: name: trow annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" + external-dns.alpha.kubernetes.io/target: "homelab-tunnel.khuedoan.com" + external-dns.alpha.kubernetes.io/cloudflare-proxied: "true" spec: ingressClassName: nginx rules: