diff --git a/infrastructure/external-dns/deployment.yaml b/infrastructure/external-dns/deployment.yaml index 6f03950..731555d 100644 --- a/infrastructure/external-dns/deployment.yaml +++ b/infrastructure/external-dns/deployment.yaml @@ -18,12 +18,9 @@ spec: - name: external-dns image: external-dns args: - - --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. + - --source=traefik-proxy + - --domain-filter=moll.re - --provider=cloudflare - # - --cloudflare-proxied # (optional) enable the proxy feature of Cloudflare (DDOS protection, CDN...) - - --cloudflare-dns-records-per-page=5000 # (optional) configure how many DNS records to fetch per request env: - name: CF_API_TOKEN valueFrom: