Skip to content

Instantly share code, notes, and snippets.

@Panthro
Last active March 12, 2019 14:44
Show Gist options
  • Save Panthro/fb1ab31cdff25d4deb07f0111755991a to your computer and use it in GitHub Desktop.
Save Panthro/fb1ab31cdff25d4deb07f0111755991a to your computer and use it in GitHub Desktop.
traefik-k8s-rancher-helm-config
---
acme:
challengeType: "dns-01"
dnsProvider:
cloudflare:
CLOUDFLARE_API_KEY: <CF_API_KEY>
CLOUDFLARE_EMAIL: EMAIL
name: "cloudflare"
email: EMAIL
enabled: "true"
logging: "true"
persistence:
enabled: "true"
size: "1Gi"
staging: "false"
dashboard:
auth:
basic:
admin: "MD5_|_BCRYPT_|_SHA"
domain: "traefik.example.com"
enabled: "true"
deployment:
hostPort:
httpEnabled: "true"
httpsEnabled: "true"
kubernetes:
ingressEndpoint:
ip: "NODE_IP"
rbac:
enabled: "true"
service:
nodePorts:
http: "80"
https: "443"
ssl:
enabled: "true"
enforced: "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment