Skip to content

allow configurability of requests and limits through helm values #410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gouthamhusky opened this issue Apr 18, 2025 · 0 comments
Open
Labels
improvement for improvements in existing functionality in the changelog.

Comments

@gouthamhusky
Copy link
Contributor

Description

Currently, CSI Driver's Helm chart doesn't support configuring resource requests and limits for its components through Helm values..

Expected Behavior

Add support for configuring resource requests and limits through Helm values. For example:

csiLinodePlugin:
  resources:
    requests:
      cpu: 100m
      memory: 128Mi
    limits:
      cpu: 200m
      memory: 256Mi
@gouthamhusky gouthamhusky added the improvement for improvements in existing functionality in the changelog. label Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement for improvements in existing functionality in the changelog.
Projects
None yet
Development

No branches or pull requests

1 participant