fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
Remove cpu from resource limits while keeping memory limits and all requests intact. CPU limits cause unnecessary throttling and overcommit alerts when actual usage is far below limits.
This commit is contained in:
@@ -52,7 +52,6 @@ spec:
|
|||||||
cpu: 5m
|
cpu: 5m
|
||||||
memory: 5Mi
|
memory: 5Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
|
||||||
memory: 300Mi
|
memory: 300Mi
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user