Skip to content

Allow to specify separate requests and limits sections in helm chart #52

Open
@serg-lavr

Description

@serg-lavr

Helm chart used: ibm-object-storage-plugin-1.1.5
Repo: https://icr.io/helm/ibm-charts

We are seing frequent throtling of ibmcloud-object-storage-driver, and would like to set limits separately to get rid of it.

Currently this chart has one unified resource section for both plugin and driver requests and limits.

What there is now:

resource:
  memory: 128Mi
  cpu: 200m

What will solve the problem:

plugin:
  resources:
    requests:
      memory: 128Mi
      cpu: 200m
    limits:
      memory: 256Mi
      cpu: 300m
driver:
  resources:
    requests:
      memory: 128Mi
      cpu: 200m
    limits:
      memory: 256Mi
      cpu: 300m

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions