Tolerations For Scheduling

The tolerations option expects an object which sets the tolerations Kubernetes attribute for Pods.

Default Value For tolerations

tolerations: {}

Example: Setting Tolerations For Scheduling

containers:
- image: john/appbackend
tolerations:
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 6000