10 Commits

Author SHA1 Message Date
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
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.7@sha256:e024ff0d0692587d16aecca603706b453428f476da24547b3df582ea65f54c8b
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