timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
263 stars 223 forks source link

charts/timescaledb-single: added resources to all containers #573

Open joschiwald opened 1 year ago

joschiwald commented 1 year ago

What this PR does / why we need it

This PR allows to define resources for job and cronjob containers which are using the curl image and pgBouncer and postgres container. This is useful if you are using ResourceQuota without LimitRange defined in your namespace which requires to define resources for every container.

Which issue this PR fixes

Special notes for your reviewer

Checklist

joschiwald commented 1 year ago

I have added resources to pgBouncer and postgres-exporter container as well. Now all containers should have configurable resources.