From 02d48cfb9618df5f939f305061064609c0e75d5a Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Mon, 25 Nov 2024 14:08:45 +0530 Subject: [PATCH] update resource --- .deploy/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.deploy/deployment.yaml b/.deploy/deployment.yaml index a51a153..73e6407 100644 --- a/.deploy/deployment.yaml +++ b/.deploy/deployment.yaml @@ -19,10 +19,10 @@ spec: resources: limits: memory: "3Gi" - cpu: "500m" + cpu: "4000m" requests: memory: "2Gi" - cpu: "250m" + cpu: "2500m" ports: - containerPort: __PORT__ # livenessProbe: