let's check this config is work or not.

nagle_dev
nagle.zhang 4 years ago
parent de7e09a2ef
commit 5991efcdc1
  1. 10
      traefik-values.yml

@ -0,0 +1,10 @@
globalArguments:
- "--api.insecure"
- "--accesslog"
- "--providers.kubernetescrd"
- "--certificatesresolvers.shlug.acme.tlschallenge"
- "--certificatesresolvers.shlug.acme.email=webmaster@shlug.org"
- "--certificatesresolvers.shlug.acme.storage=acme.json"
# Please note that this is the staging Let's Encrypt server.
# Once you get things working, you should remove that whole line altogether.
- "--certificatesresolvers.shlug.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory"
Loading…
Cancel
Save