use traefik
This commit is contained in:
		| @@ -18,12 +18,9 @@ spec: | |||||||
|       - name: external-dns |       - name: external-dns | ||||||
|         image: external-dns |         image: external-dns | ||||||
|         args: |         args: | ||||||
|         - --source=ingress # ingress is also possible |         - --source=traefik-proxy | ||||||
|         - --domain-filter=moll.re # (optional) limit to only example.com domains; change to match the zone created above. |         - --domain-filter=moll.re | ||||||
|         # - --zone-id-filter=023e105f4ecef8ad9ca31a8372d0c353 # (optional) limit to a specific zone. |  | ||||||
|         - --provider=cloudflare |         - --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: |         env: | ||||||
|         - name: CF_API_TOKEN |         - name: CF_API_TOKEN | ||||||
|           valueFrom: |           valueFrom: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user