sloth icon indicating copy to clipboard operation
sloth copied to clipboard

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

Open hajowieland opened this issue 2 years ago • 1 comments

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.

hajowieland avatar Feb 09 '23 07:02 hajowieland

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

akorp avatar Feb 27 '23 14:02 akorp