Skip to content

Postgresql Resource Settings are being ignored and stay default with HELM Chart Version 15.0.2 #7702

Open
@ILZ1105

Description

@ILZ1105

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:

  1. Use either e resourcepreset or dial in your required resources in the part for postgres
  2. Deploy the chart (done via kubeapps in my case)
  3. Check the resources of the pod or the respective statefulset
  4. 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

No one assigned

    Labels

    kind/bugAn issue that reports a defect in an existing feature

    Type

    No type

    Projects

    • Status

      🗂 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions