Skip to content

Instantly share code, notes, and snippets.

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