5 Commits

Author SHA1 Message Date
argoyle 28d7480ad5 fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert
lingonpaj-site / build (pull_request) Successful in 2m10s
lingonpaj-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:56 +01:00
renovate 9a5a8fe98a chore(deps): update nginx:1.29.5 docker digest to e5e99d3 (#58)
lingonpaj-site / build (push) Successful in 1m46s
lingonpaj-site / deploy-prod (push) Successful in 2m6s
2026-02-24 20:08:59 +00:00
renovate fd8f3c4ce2 chore(deps): update nginx docker tag to v1.29.5 (#57)
lingonpaj-site / build (push) Successful in 1m55s
lingonpaj-site / deploy-prod (push) Successful in 3m31s
2026-02-05 01:09:37 +00:00
renovate df2b69958c chore(deps): update nginx:1.29.4 docker digest to 450d33f (#56)
lingonpaj-site / build (push) Successful in 1m43s
lingonpaj-site / deploy-prod (push) Successful in 2m1s
2026-02-03 05:06:33 +00:00
argoyle 65e00c4548 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#55) from remove-gitlab-ci into main
lingonpaj-site / build (push) Successful in 3m32s
lingonpaj-site / deploy-prod (push) Successful in 3m15s
Reviewed-on: #55
2026-01-23 14:56:44 +00:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.4@sha256:14c54109a4bff01b4163013fc9509e7f097691c8484f5f0c6772d937c0a75a16
FROM amd64/nginx:1.29.5@sha256:e5e99d386e625a3ae9492f8496903a42bac0abc0b9103852f180679aef9bf8a2
MAINTAINER Joakim Olsson <joakim@unbound.se>
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
-1
View File
@@ -52,7 +52,6 @@ spec:
cpu: 5m
memory: 5Mi
limits:
cpu: 300m
memory: 300Mi