fix(k8s): increase CPU request for better performance

Adjusts the CPU requests from "10m" to "20m" in the deploy.yaml file to 
improve application performance and ensure stability under load.
This commit is contained in:
2025-04-10 17:19:48 +02:00
parent bdfbf6c22e
commit 4dd79e3d73
+1 -1
View File
@@ -45,7 +45,7 @@ spec:
cpu: "500m"
memory: "100Mi"
requests:
cpu: "10m"
cpu: "20m"
memory: "20Mi"
readinessProbe:
httpGet: