certresolver

This commit is contained in:
Roxedus 2022-06-04 15:24:11 +02:00
parent 7527ac9c4c
commit 4831f3a928
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -250,11 +250,20 @@ globalArguments:
# Additional arguments to be passed at Traefik's binary
# All available options available on https://docs.traefik.io/reference/static-configuration/cli/
## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"`
additionalArguments:
- --certificatesresolvers.cf.acme.dnschallenge.provider=cloudflare
- --certificatesresolvers.cf.acme.dnschallenge.resolvers=1.1.1.1:53,1.0.0.1:53
- --certificatesresolvers.cf.acme.storage=/data/acme.json
additionalArguments: []
certResolvers:
cf:
dnsChallenge:
provider: cloudflare
# add futher options for the dns challenge as needed
# cf. https://doc.traefik.io/traefik/https/acme/#dnschallenge
delayBeforeCheck: 30
resolvers:
- 1.1.1.1
- 1.0.0.1
# match the path to persistence
storage: /data/acme.json
# - "--providers.kubernetesingress.ingressclass=traefik-internal"
# - "--log.level=DEBUG"