Open
Description
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
Metadata
Metadata
Assignees
Type
Projects
Status
🗂 Backlog