fix(k8s): adjust CPU requests for better resource allocation

Reduces the CPU request from "100m" to "10m" in the deploy.yaml file to 
optimize resource usage and improve deployment efficiency in the 
Kubernetes environment. This change helps to allocate resources more 
effectively while maintaining application performance.
This commit is contained in:
2024-12-08 21:14:06 +01:00
parent 8cb62f47b3
commit 7fc195e44e
+1 -1
View File
@@ -45,7 +45,7 @@ spec:
cpu: "500m"
memory: "100Mi"
requests:
cpu: "100m"
cpu: "10m"
memory: "20Mi"
readinessProbe:
httpGet: