Skip to content

Instantly share code, notes, and snippets.

@kostyrev
Last active January 12, 2018 17:55
Show Gist options
  • Save kostyrev/40d597a40bbf93113bc5312ff93baef3 to your computer and use it in GitHub Desktop.
Save kostyrev/40d597a40bbf93113bc5312ff93baef3 to your computer and use it in GitHub Desktop.
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