From 0aaf672b323f5b37dc45c45b5feb2837fab0cd7d Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Mon, 24 Jun 2024 15:07:32 -0800 Subject: [PATCH] use svc instead of ing --- infrastructure/controllers/external-dns.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/controllers/external-dns.yaml b/infrastructure/controllers/external-dns.yaml index 7598714..d1671d8 100644 --- a/infrastructure/controllers/external-dns.yaml +++ b/infrastructure/controllers/external-dns.yaml @@ -58,8 +58,7 @@ spec: cpu: "100m" image: registry.k8s.io/external-dns/external-dns:v0.14.1 args: - - --source=ingress - - --domain-filter=sbtp.xyz + - --source=service - --provider=exoscale - --domain-filter=sbtp.xyz - --policy=sync # if you want DNS entries to get deleted as well