diff --git a/infrastructure/external-dns/deployment.yaml b/infrastructure/external-dns/deployment.yaml index 064b648..bc996fe 100644 --- a/infrastructure/external-dns/deployment.yaml +++ b/infrastructure/external-dns/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: external-dns image: external-dns args: - - --source=service # ingress is also possible + - --source=ingress # ingress is also possible - --domain-filter=moll.re # (optional) limit to only example.com domains; change to match the zone created above. # - --zone-id-filter=023e105f4ecef8ad9ca31a8372d0c353 # (optional) limit to a specific zone. - --provider=cloudflare