dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.79k stars 1.48k forks source link

helm chart: postgresql toleration/affinity #26074

Open fbacker opened 1 day ago

fbacker commented 1 day ago

What's the use case?

Using helm chart the postgresql is missing the ability to set toleration and affinity

Ideas of implementation

in values use same syntax as dagsterDaemon

dagsterDaemon: # should set postgresql here instead
  affinity: {}
  tolerations: []

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.