CrunchyData / postgres-operator-examples

Examples for deploying applications with PGO, the Postgres Operator from Crunchy Data
https://access.crunchydata.com/documentation/postgres-operator/v5/
Apache License 2.0
187 stars 4.55k forks source link

Add options for affinity/tolerations in install helm chart #242

Open ibot3 opened 9 months ago

ibot3 commented 9 months ago

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.

Mazorius commented 2 months ago

If there is interest, I would like to create a PR to add node selection and tolerances

dsessler7 commented 1 month ago

Thank you for your suggestion. We have a story in our backlog to add pod/node affinity configurations to the helm chart.