Created
May 25, 2018 21:00
-
-
Save erikaulin/cea091cc385491fb0fb1a7c06de404fe to your computer and use it in GitHub Desktop.
Kubernetes helm traefik
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
imageTag: 1.6.2 | |
ssl: | |
enabled: true | |
dashboard: | |
enabled: true | |
domain: traefik.example.com | |
kubernetes: | |
namespaces: | |
- default | |
- kube-system | |
acme: | |
enabled: true | |
email: [email protected] | |
staging: false | |
challengeType: dns-01 | |
dnsProvider: | |
name: cloudflare | |
cloudflare: | |
CLOUDFLARE_EMAIL: [email protected] | |
CLOUDFLARE_API_KEY: 0000000000000000000000000000000000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment