fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
schemas-app / build (pull_request) Successful in 2m57s
schemas-app / deploy-prod (pull_request) Has been skipped

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:
2026-03-01 12:15:58 +01:00
parent 7160e5a0f4
commit 0552af6477
-1
View File
@@ -60,7 +60,6 @@ spec:
cpu: 10m cpu: 10m
memory: 10Mi memory: 10Mi
limits: limits:
cpu: 300m
memory: 300Mi memory: 300Mi
--- ---