Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): add nodeSelector, affinity and topologySpreadConstraint to Helm Chart #476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hajowieland
Copy link

Fixes #475

Added the following config in Deployment template and to Chart default values.yaml:

  • affinity
  • nodeSelector
  • topologySpreadConstraint

And updated the version in the Chart.yaml and in the raw manifest files.

… Deployment template to control pod placement on node
@akorp
Copy link

akorp commented Feb 27, 2023

Seems like there is already one tolerations in helm #319 (upd: which also seems to be on a slightly wrong level - on container level, while probably should be on the pod level).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm Chart Affinity, NodeSelector and TopologySpreadConstraints
2 participants