chart: add defaultNodeSelector for all components
Until now all the components that were not a daemonset and needed to be deployed on a node contained a config option to indicate a node selector for the allocation. This commits adds a new global option that allows to set a node selector that will be applied to all the components that do not declare one. If any component declares a node selector this last one will have always more priority. JIRA Refs: - MONIT-4003
parent
920ae08f
No related branches found
Tags 1.0.0-rc1
Showing
- README.md 1 addition, 0 deletionsREADME.md
- templates/fluentbit-metrics/statefulset.yaml 3 additions, 3 deletionstemplates/fluentbit-metrics/statefulset.yaml
- templates/kube_state/deployment.yaml 1 addition, 3 deletionstemplates/kube_state/deployment.yaml
- templates/prometheus/prometheus.yaml 1 addition, 3 deletionstemplates/prometheus/prometheus.yaml
- templates/prometheus_operator/deployment.yaml 1 addition, 3 deletionstemplates/prometheus_operator/deployment.yaml
- values.yaml 7 additions, 0 deletionsvalues.yaml
Please register or sign in to comment