Skip to content

Add nodeSelector, tolerations and affinity

Alexander Negashev requested to merge Negash/auto-deploy-app:master into master

This MR provides the ability to highlight nodeSelector, tolerations and affinity for the application.

This is useful when there are specific nodes for the application.

Changes:

  • Added conditional in templates/deployment.yaml to create .Values.podNodeSelector, .Values.podTolerations and .Values.podAffinity if is not empty
  • Added default podNodeSelector, podTolerations and podAffinity value in values.yaml
  • Updated table in README.md to accomodate for podNodeSelector, podTolerations and podAffinity
Edited by Shinya Maeda

Merge request reports