sloth
sloth copied to clipboard
Missing CPU Limit in Helm template
Hi.
CPU Limit is missing in the helm template, i opened a PR to fix this issue: https://github.com/slok/sloth/pull/351
Also this PR from another user is moving resources values to values.yaml file: https://github.com/slok/sloth/pull/324
@slok , can you review and merge these PRs, please?
The CPU limits were removed on purpose (1, 2, ), CPU limits cause more harm than good. However, we are moving the resources to the values.yaml so anyone can put whatever want.
Fixed in #324