postgres-operator-examples
postgres-operator-examples copied to clipboard
Add options for affinity/tolerations in install helm chart
The install helm chart for the operator currently does not offer configuration of pod tolerations and affinities:
https://github.com/CrunchyData/postgres-operator-examples/blob/main/helm/install/templates/manager.yaml
As these are very common Kubernetes concepts, they should be added to the chart.
If there is interest, I would like to create a PR to add node selection and tolerances
Thank you for your suggestion. We have a story in our backlog to add pod/node affinity configurations to the helm chart.