Compare commits

...

2 Commits

Author SHA1 Message Date
argoyle 20e96e4cee Merge pull request 'fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert' (#195) from remove-cpu-limits into main
unbound-site / build (push) Successful in 1m13s
unbound-site / deploy-prod (push) Successful in 1m25s
Reviewed-on: #195
2026-03-01 11:25:14 +00:00
argoyle e5a0a1d183 fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
unbound-site / build (pull_request) Successful in 1m44s
unbound-site / 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:57 +01:00
-1
View File
@@ -52,7 +52,6 @@ spec:
cpu: 5m
memory: 5Mi
limits:
cpu: 300m
memory: 300Mi
---