Commit Graph

16 Commits

Author SHA1 Message Date
argoyle 1021d061d7 ci: migrate from GitLab CI to Gitea Actions
dancefinder-app / build (pull_request) Successful in 1m50s
dancefinder-app / deploy-prod (pull_request) Has been skipped
- Add Gitea Actions workflow (.gitea/workflows/ci.yaml)
- Update K8s deployment image registry to oci.unbound.se
2026-01-07 16:39:09 +01:00
argoyle 0f0553f756 feat(ingress): add health check configuration for ALB
Add health check settings to the ALB ingress configuration to ensure 
better reliability and monitoring. The changes include defining the 
health check path, interval, timeout, and threshold counts, which 
enhance the resilience of the service by enabling quicker detection 
and response to unhealthy instances.
2025-11-04 11:33:05 +01:00
argoyle ebd6dda96f feat(ingress): update ingress configuration for alb
Changes the ingress class annotation to the new format and 
adds the ingressClassName field to specify the ALB ingress 
class. This improves compatibility with Kubernetes and aligns 
the configuration with the latest best practices.
2025-04-08 11:14:48 +02:00
argoyle f150ae2c64 fix: update app labels to use correct Kubernetes naming
Refactor Kubernetes resource definitions to replace the label  
"app" with "app.kubernetes.io/name" for the dancefinder-app.  
This change enhances consistency with Kubernetes best practices  
and improves clarity in resource labeling across deployments,  
services, and autoscalers.
2025-01-24 16:46:49 +01:00
argoyle f288d02832 chore: move to default ingress group 2022-12-19 18:01:45 +01:00
argoyle 386f40c58e fix: update autoscaler to non-deprecated version 2022-09-26 07:54:18 +02:00
argoyle e6e9042a90 fix: add group.order to ingress to put it after the backend 2022-03-29 08:45:07 +02:00
argoyle 40f5a61bac fix: ingress 2021-11-14 18:46:46 +01:00
argoyle 5d65a4d236 chore: reduce resources 2021-10-04 15:01:45 +02:00
argoyle a2855d95df chore: prepare ingresses for K8S 1.22 2021-09-27 21:26:07 +02:00
argoyle 417a4b3a0f fix: set ingress group order 2021-04-19 12:10:37 +02:00
argoyle 9446b6dc97 chore: update path 2021-04-17 23:52:49 +02:00
argoyle 1c6c3a4da0 chore: change to ALB ingress 2021-04-17 23:16:04 +02:00
argoyle c38203e99f chore: remove ssl redirect since ingress controller handles that 2020-12-05 14:13:54 +01:00
argoyle aa557faf22 fix: update apiVersions 2020-04-03 14:22:56 +02:00
argoyle 3f4af32f32 chore: update to latest build-tools 2019-11-28 22:41:46 +01:00