2 Commits

Author SHA1 Message Date
argoyle 7e9fffa7d0 Merge pull request 'fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert' (#164) from remove-cpu-limits into master
dancefetcher / build (push) Successful in 5m17s
dancefetcher / deploy-prod (push) Successful in 44s
Reviewed-on: #164
2026-03-01 11:27:27 +00:00
argoyle 27041f7ca5 fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
dancefetcher / build (pull_request) Successful in 6m23s
dancefetcher / 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:54 +01:00
-1
View File
@@ -17,7 +17,6 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: 600m
memory: 200Mi
requests:
cpu: 20m