Skip to content

Instantly share code, notes, and snippets.

@robherley
Created May 1, 2019 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robherley/ea168bcf34021e6b3c4e6d1b364b0fec to your computer and use it in GitHub Desktop.
Save robherley/ea168bcf34021e6b3c4e6d1b364b0fec to your computer and use it in GitHub Desktop.
k8s traefik config
logLevel = "DEBUG"
defaultEntryPoints = ["http", "https"]
[api]
[kubernetes]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[acme]
email = "robherley13@gmail.com"
storage = "/config/acme.json"
entryPoint = "https"
onHostRule = true
[acme.dnsChallenge]
provider = "namecheap"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment