Commit Graph

9 Commits

Author SHA1 Message Date
argoyle 4c6118116b fix(k8s): update labels and selectors for consistency
Change label keys from "app" to "app.kubernetes.io/name"  
to standardize the label format across the deployment,  
service, and pod specifications. This improves clarity and  
ensures alignment with Kubernetes best practices for  
labeling and facilitates better management and  
selection of resources.
2025-01-24 14:59:58 +01:00
argoyle 5426baeefc refactor: reduce resource requests in deploy.yaml
Adjust the CPU and memory requests for the container from 10m and 
10Mi to 5m and 5Mi, respectively, to optimize resource usage in 
the Kubernetes deployment. This change aims to allocate fewer 
resources while maintaining application performance.
2024-12-08 21:07:56 +01:00
argoyle 4e67b1342a chore: ingrass group name 2023-03-03 08:30:48 +01:00
argoyle 66a90fc4bd chore: move to default ingress group 2022-12-19 18:05:13 +01:00
argoyle d674d04a49 chore: reduce resources 2021-10-04 14:58:55 +02:00
argoyle 84dc6ca20c chore: prepare ingresses for K8S 1.22 2021-09-29 20:07:07 +02:00
argoyle 3747377228 chore: update paths 2021-04-17 22:19:47 +02:00
argoyle 344d2d8167 chore: change to ALB ingress 2021-04-17 22:10:34 +02:00
argoyle 473b3b20d3 chore: upgrade build tools and fix ingress 2020-12-05 14:02:04 +01:00