kubeapps Postgresql Resource Settings are being ignored and stay default with HELM Chart Version 15.0.2 #25183
Labels
kubeapps
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/kubeapps 15.0.2
What architecture are you using?
None
What steps will reproduce the bug?
The values are still the defaults:
resources:
limits:
cpu: 150m
ephemeral-storage: 1Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
Are you using any custom parameters or values?
I've used resourcePreset: medium, nothing changed
I've dialed in the specific resources, nothing changed
resources:
requests:
cpu: 2
memory: 512Mi
limits:
cpu: 3
memory: 1024Mi
What is the expected behavior?
The resources are accordingly set to the statefulset and the respective pod.
What do you see instead?
I see the default values used, regardles of what I define in the values.yaml:
limits:
cpu: 150m
ephemeral-storage: 1Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
Additional information
Causes issues when kubeapps tries to sync the bitnami repo and potentially other repos. The DB can even crash multiple times and not accept any more requests because it's in recovery mode. It's constantly at the limit of 150m for CPU when it's synching Bitnami.
The text was updated successfully, but these errors were encountered: