You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Postgresql Resource Settings are being ignored and stay default with HELM Chart Version 15.0.2
To Reproduce
Steps to reproduce the behavior:
Use either e resourcepreset or dial in your required resources in the part for postgres
Deploy the chart (done via kubeapps in my case)
Check the resources of the pod or the respective statefulset
The values are still the defaults:
resources:
limits:
cpu: 150m
ephemeral-storage: 1Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
Expected behavior
It uses the respective resources as set manually or used via the resourcepresets.
Screenshots
None
Desktop (please complete the following information):
Kubeapps Version 2.10.0
Kubernetes version 1.26.5
Package version Helm Chart version 15.0.2
Additional context
None
The text was updated successfully, but these errors were encountered:
Mmm, interesting. I locally ran into some issues with postgresql recently, so perhaps this is the root cause. I'd rather report it in the bitnami/charts repository, as it is them who actually maintain the official chart.
I stepped into this problem today and did some investigation. The problem is that the subchart bitnami/postgresql does not honor the postgresql.resources value. Probably because expanding the functionality, now the k8s resources need to be setup in postgres.primary.resources. For example a values.yaml:
Describe the bug
Postgresql Resource Settings are being ignored and stay default with HELM Chart Version 15.0.2
To Reproduce
Steps to reproduce the behavior:
resources:
limits:
cpu: 150m
ephemeral-storage: 1Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
Expected behavior
It uses the respective resources as set manually or used via the resourcepresets.
Screenshots
None
Desktop (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: