Resource limits
How to set up resource limits
There are two options:
Set limits via changing values.yaml
To set or change resource limits for pods you need to create the file values.yaml
and add the following lines:
Specify values.yaml
file during chart install
Set limits via CLI
To set limits via CLI you need to specify limits with helm install command.
Last updated