8 Commits

Author SHA1 Message Date
renovate 3044d45361 chore(deps): update nginx docker tag to v1.30.0 (#65)
lingonpaj-site / build (push) Successful in 1m16s
lingonpaj-site / deploy-prod (push) Successful in 2m6s
2026-04-18 02:09:31 +00:00
renovate 1b03bd7a16 chore(deps): update nginx docker tag to v1.29.8 (#64)
lingonpaj-site / build (push) Successful in 1m47s
lingonpaj-site / deploy-prod (push) Successful in 1m57s
2026-04-10 18:15:34 +00:00
renovate 6c4b2e5dc2 chore(deps): update nginx:1.29.7 docker digest to e024ff0 (#63)
lingonpaj-site / build (push) Successful in 1m27s
lingonpaj-site / deploy-prod (push) Successful in 1m48s
2026-04-07 03:08:40 +00:00
renovate df68f71126 chore(deps): update nginx docker tag to v1.29.7 (#62)
lingonpaj-site / build (push) Successful in 1m50s
lingonpaj-site / deploy-prod (push) Successful in 1m57s
2026-03-25 01:09:45 +00:00
renovate c2ba5f7c4e chore(deps): update nginx:1.29.6 docker digest to d1073a7 (#61)
lingonpaj-site / build (push) Successful in 1m16s
lingonpaj-site / deploy-prod (push) Successful in 1m57s
2026-03-17 00:12:22 +00:00
renovate af8a060643 chore(deps): update nginx docker tag to v1.29.6 (#60)
lingonpaj-site / build (push) Successful in 1m59s
lingonpaj-site / deploy-prod (push) Successful in 3m6s
2026-03-10 23:08:51 +00:00
argoyle 73bb7db5ce Merge pull request 'fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert' (#59) from remove-cpu-limits into main
lingonpaj-site / build (push) Successful in 2m2s
lingonpaj-site / deploy-prod (push) Successful in 1m52s
Reviewed-on: #59
2026-03-01 11:25:21 +00:00
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
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.5@sha256:e5e99d386e625a3ae9492f8496903a42bac0abc0b9103852f180679aef9bf8a2 FROM amd64/nginx:1.30.0@sha256:5e9daa0c19a62005bf5663d17a81fee8ba8ab545bab633a0b47260fbf31b0541
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/ ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
-1
View File
@@ -52,7 +52,6 @@ spec:
cpu: 5m cpu: 5m
memory: 5Mi memory: 5Mi
limits: limits:
cpu: 300m
memory: 300Mi memory: 300Mi