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
Currently, in values.yaml file, resource limits are set. Isn't this a bad practice in Kubernetes?
Is your feature request related to a problem? Please describe.
By default, pods can only use 2 CPUs and 2 GB of memory. If a user of this chart doesn't notice this, they might wonder why a particular pod is "slow".
Describe the solution you'd like
In the values.yaml file, replace this:
Currently, in values.yaml file, resource limits are set. Isn't this a bad practice in Kubernetes?
Is your feature request related to a problem? Please describe.
By default, pods can only use 2 CPUs and 2 GB of memory. If a user of this chart doesn't notice this, they might wonder why a particular pod is "slow".
Describe the solution you'd like
In the
values.yaml
file, replace this:by this:
The text was updated successfully, but these errors were encountered: