2 Commits

Author SHA1 Message Date
argoyle 4e8856625b Merge pull request 'fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert' (#122) from remove-cpu-limits into main
schemas-app / build (push) Successful in 1m34s
schemas-app / deploy-prod (push) Successful in 2m0s
Reviewed-on: #122
2026-03-01 11:25:49 +00:00
argoyle 0552af6477 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.
2026-03-01 12:15:58 +01:00
-1
View File
@@ -60,7 +60,6 @@ spec:
cpu: 10m
memory: 10Mi
limits:
cpu: 300m
memory: 300Mi
---