Last active
January 12, 2018 17:55
-
-
Save kostyrev/40d597a40bbf93113bc5312ff93baef3 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
rbac: | |
create: true | |
podAnnotations: | |
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"dedicated", "value":"master"}]' | |
resources: | |
limits: | |
cpu: 100m | |
memory: 300Mi | |
requests: | |
cpu: 100m | |
memory: 300Mi | |
extraArgs: | |
v: 4 | |
stderrthreshold: info | |
skip-nodes-with-local-storage: false | |
image: | |
tag: v1.0.3 | |
pullPolicy: Always | |
nodeSelector: | |
node-role.kubernetes.io/master: "" | |
tolerations: | |
- effect: NoSchedule | |
key: node-role.kubernetes.io/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment