fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
dancefinder-app / build (pull_request) Successful in 3m39s
dancefinder-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:53 +01:00
parent 051585a70f
commit 39219da78b
-1
View File
@@ -52,7 +52,6 @@ spec:
cpu: 10m
memory: 10Mi
limits:
cpu: 300m
memory: 300Mi