Open
Description
What is missing?
Default or empty keys for tolerations
and affinity
in the helm chart's values.yaml
. Currently, it is very difficult to guess at where to place the above keys for each given service. It would be extremely valuable to add default keys such as tolerations: []
and affinity: {}
to each service where they are configurable in the values.yaml
.
Why do we need it?
Especially with stateful services it can be valuable to dedicate a cluster node to the resource. ie: I want the tobs timescale instance to be on a dedicated node. Right now figuring out where to add the aforementioned configurations is very difficult and not obvious.
Anything else we need to know?: