9 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
argoyle ae1735b401 chore: remove unused .gitlab-ci.yml
lingonpaj-site / build (pull_request) Successful in 2m20s
lingonpaj-site / deploy-prod (pull_request) Has been skipped
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 15:40:29 +01:00
renovate d8400b69df chore(deps): update nginx:1.29.4 docker digest to 14c5410 (#54)
lingonpaj-site / build (push) Successful in 55s
lingonpaj-site / deploy-prod (push) Successful in 1m28s
2026-01-13 05:08:31 +00:00
renovate 985c955a17 chore(deps): update nginx:1.29.4 docker digest to 506d6be (#53)
lingonpaj-site / build (push) Successful in 1m26s
lingonpaj-site / deploy-prod (push) Successful in 2m16s
2026-01-09 19:23:45 +00:00
argoyle f75e329b91 Merge pull request 'fix: remove incorrect digest pinning from image reference' (#52) from fix/remove-digest-pinning into main
lingonpaj-site / build (push) Successful in 4m58s
lingonpaj-site / deploy-prod (push) Failing after 2m41s
Reviewed-on: #52
2026-01-09 12:01:21 +00:00
3 changed files with 1 additions and 24 deletions
-22
View File
@@ -1,22 +0,0 @@
stages:
- build
- deploy-prod
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
deploy-to-prod:
stage: deploy-prod
when: on_success
script:
- echo Deploy to PROD.
- deploy prod
environment:
name: prod
only:
- master
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.4@sha256:1ead684dc0a33ef421caa42403272afeae59c8933edcedda6926d964a44d3f01
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