use traefik

This commit is contained in:
Remy Moll 2024-01-07 12:12:46 +01:00
parent 4880503609
commit c8d7d3c854

@ -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: