Created
May 1, 2019 07:59
-
-
Save robherley/ea168bcf34021e6b3c4e6d1b364b0fec to your computer and use it in GitHub Desktop.
k8s traefik config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "[email protected]" | |
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