You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the Helm Chart, there is no opportunity to set specific values for resources.requests.cpu|memory in the values file. requests.* and limits.* inherits the same values. The effect of this makes the Pods to over-allocate resources even while just idling.
Describe the solution you'd like
Establish opportunity to configure resources.requests.* and resources.limits.* separately in values.yaml.
Preferably, the minimum values would be auto-set into the limits while letting the requests be customized by the user, so that the cluster scheduler can perform planning of resources more efficient.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the Helm Chart, there is no opportunity to set specific values for
resources.requests.cpu|memory
in the values file.requests.*
andlimits.*
inherits the same values. The effect of this makes the Pods to over-allocate resources even while just idling.Describe the solution you'd like
Establish opportunity to configure
resources.requests.*
andresources.limits.*
separately invalues.yaml
.Preferably, the minimum values would be auto-set into the limits while letting the requests be customized by the user, so that the cluster scheduler can perform planning of resources more efficient.
The text was updated successfully, but these errors were encountered: