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:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
|
|||
Loading…
Reference in New Issue