add examples using the --zone-id-filter flag

This commit is contained in:
Loo Zheng Yuan 2020-08-26 01:34:14 +08:00
parent 26156ad2db
commit 1518ae91f8
No known key found for this signature in database
GPG Key ID: 04B156F721A1D128

View File

@ -54,6 +54,7 @@ spec:
args:
- --source=service # ingress is also possible
- --domain-filter=example.com # (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
- --cloudflare-proxied # (optional) enable the proxy feature of Cloudflare (DDOS protection, CDN...)
env:
@ -121,6 +122,7 @@ spec:
args:
- --source=service # ingress is also possible
- --domain-filter=example.com # (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
- --cloudflare-proxied # (optional) enable the proxy feature of Cloudflare (DDOS protection, CDN...)
env: