From 4186f915e7fc809575ef72e8a9fcf16ca22a273e Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Mon, 24 Jun 2024 16:15:59 -0800 Subject: [PATCH] use svc and ing --- infrastructure/controllers/external-dns.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/controllers/external-dns.yaml b/infrastructure/controllers/external-dns.yaml index d1671d8..25cd728 100644 --- a/infrastructure/controllers/external-dns.yaml +++ b/infrastructure/controllers/external-dns.yaml @@ -59,6 +59,7 @@ spec: image: registry.k8s.io/external-dns/external-dns:v0.14.1 args: - --source=service + - --source=ingress - --provider=exoscale - --domain-filter=sbtp.xyz - --policy=sync # if you want DNS entries to get deleted as well