refactor: reduce resource requests in deploy.yaml #79

Merged
argoyle merged 1 commits from reduce-k8s-resource-requests into master 2024-12-08 20:09:38 +00:00

1 Commits

Author SHA1 Message Date
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