Commit Graph

15 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
argoyle 34b8ab3ed4 fix: remove incorrect digest pinning from image reference
lingonpaj-site / build (pull_request) Successful in 1m58s
lingonpaj-site / deploy-prod (pull_request) Has been skipped
2026-01-09 11:56:21 +01:00
renovate c13e4ec0ce chore(deps): update oci.unbound.se/unboundsoftware/lingonpaj-site docker digest to 4af6494 (#51)
lingonpaj-site / build (push) Failing after 1m38s
lingonpaj-site / deploy-prod (push) Has been skipped
2026-01-09 09:20:33 +00:00
renovate c14ff7c5b9 chore(deps): pin oci.unbound.se/unboundsoftware/lingonpaj-site docker tag to a2ccc9f (#50)
lingonpaj-site / build (push) Successful in 3m35s
lingonpaj-site / deploy-prod (push) Failing after 4m46s
2026-01-09 08:21:32 +00:00
argoyle a6ae2fd2b1 feat: migrate from GitLab CI to Gitea Actions 2026-01-08 13:25:03 +01:00
argoyle 69584cf1c5 fix(k8s): update app labels to use recommended format
Refactor Kubernetes deployment and service labels to follow 
the recommended label format. Change all occurrences of 
"app: lingonpaj-site" to "app.kubernetes.io/name: lingonpaj-site" 
for improved consistency and compliance with Kubernetes best 
practices.
2025-01-24 14:57:48 +01:00
argoyle cbe66df604 fix(k8s): adjust resource requests for deployment
Reduce CPU and memory requests from 10m to 5m and from 10Mi to 5Mi to 
optimize resource usage for the application deployment. This change 
aims to improve overall efficiency without compromising performance.
2024-12-08 21:08:48 +01:00
argoyle 579229732f chore: ingrass group name 2023-03-03 08:29:28 +01:00
argoyle 339ed1580d chore: move to default ingress group 2022-12-20 07:14:09 +01:00
argoyle 7b0bf01b56 chore: reduce resources 2021-10-04 14:54:46 +02:00
argoyle 6d4066a3d4 chore: prepare ingresses for K8S 1.22 2021-09-29 20:02:43 +02:00
argoyle 1ee03e5cf5 chore: add ingress group 2021-04-17 21:56:37 +02:00
argoyle 5441685754 chore: add SSL redirect 2021-04-17 21:52:27 +02:00
argoyle 1aa37fb2f1 chore: move to ALB ingress 2021-04-17 21:39:24 +02:00
argoyle 3c45790cc3 chore: remove ssl redirect since ingress controller handles that 2020-12-05 14:34:31 +01:00