fix(helm): remove cpu limit
There is never a good case for cpu limits :) https://home.robusta.dev/blog/stop-using-cpu-limits
This commit is contained in:
parent
68c4b49636
commit
1ca900324d
|
|
@ -489,7 +489,6 @@ podPriorityClassName:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
|
||||||
memory: 500Mi
|
memory: 500Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue