From 86be84bcfefc467412784565e200f223b3104799 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Tue, 3 Dec 2024 14:05:12 +0530 Subject: [PATCH] reduce resource --- .deploy/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.deploy/deployment.yaml b/.deploy/deployment.yaml index a537db0..a3a8a00 100644 --- a/.deploy/deployment.yaml +++ b/.deploy/deployment.yaml @@ -28,11 +28,11 @@ spec: resources: requests: - memory: "3Gi" - cpu: "2500m" + memory: "2Gi" + cpu: "1000m" limits: - memory: "4Gi" - cpu: "4000m" + memory: "3Gi" + cpu: "2000m" ports: - containerPort: __PORT__ env: