From 4dd79e3d73f3591cb4a7979211f53d92b547598c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 10 Apr 2025 17:19:48 +0200 Subject: [PATCH] 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. --- k8s/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 9dbd611..f75faca 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -45,7 +45,7 @@ spec: cpu: "500m" memory: "100Mi" requests: - cpu: "10m" + cpu: "20m" memory: "20Mi" readinessProbe: httpGet: