fix(helm): remove cpu limit (#2893)
There is never a good case for cpu limits :) https://home.robusta.dev/blog/stop-using-cpu-limits Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
This commit is contained in:
parent
db0f112de6
commit
49895a2200
|
|
@ -518,7 +518,6 @@ podPriorityClassName:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
|
||||||
memory: 500Mi
|
memory: 500Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue