Created
September 30, 2018 13:28
-
-
Save joshrendek/ca62dabcd7ce07cedcfee5f1ccf7963e to your computer and use it in GitHub Desktop.
This file contains 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
## 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: [email protected] | |
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