Skip to content

Instantly share code, notes, and snippets.

@joshrendek
Created September 30, 2018 13:28
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 joshrendek/ca62dabcd7ce07cedcfee5f1ccf7963e to your computer and use it in GitHub Desktop.
Save joshrendek/ca62dabcd7ce07cedcfee5f1ccf7963e to your computer and use it in GitHub Desktop.
## Default values for Traefik
image: traefik
imageTag: 1.7.0
## can switch the service type to NodePort if required
serviceType: NodePort
# loadBalancerIP: ""
# loadBalancerSourceRanges: []
whiteListSourceRange: []
externalTrafficPolicy: Cluster
replicas: 1
podDisruptionBudget: {}
# maxUnavailable: 1
# minAvailable: 2
cpuRequest: 100m
memoryRequest: 20Mi
cpuLimit: 100m
memoryLimit: 30Mi
debug:
enabled: true
acme:
enabled: false
email: admin@example.com
staging: true
logging: false
rbac:
enabled: true
deployment:
hostPort:
httpEnabled: true
httpsEnabled: true
dashboardEnabled: false
sendAnonymousUsage: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment