From 20f331718af79f73364ead2240e93685fe61635a Mon Sep 17 00:00:00 2001 From: Aish1990 Date: Thu, 3 Oct 2024 10:43:39 +0530 Subject: [PATCH] cpu limit has been increased to 500 as per advice from devops team --- apps/drec-api/drec-api-prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/drec-api/drec-api-prod.yaml b/apps/drec-api/drec-api-prod.yaml index 3764907b4..6ec272729 100755 --- a/apps/drec-api/drec-api-prod.yaml +++ b/apps/drec-api/drec-api-prod.yaml @@ -24,7 +24,7 @@ spec: - containerPort: 3040 resources: limits: - cpu: 100m + cpu: 500m requests: cpu: 50m ---