From 137f51c5219b5d1882aac35d9dd999324df7ca33 Mon Sep 17 00:00:00 2001 From: syed-salman-technoforte Date: Mon, 17 Jul 2023 20:03:25 +0530 Subject: [PATCH] [DSD-3065] Added resource limits in partner-onboarder --- charts/partner-onboarder/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/partner-onboarder/values.yaml b/charts/partner-onboarder/values.yaml index f633ebbe4..4924195ed 100644 --- a/charts/partner-onboarder/values.yaml +++ b/charts/partner-onboarder/values.yaml @@ -131,9 +131,9 @@ resources: # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - limits: {} - # cpu: 200m - # memory: 256Mi + limits: + cpu: 800m + memory: 15000Mi requests: cpu: 500m memory: 1000Mi