From 70f8de330f95366990586aedc1bd7baba1f1ca27 Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Tue, 8 Aug 2023 16:46:37 +0530 Subject: [PATCH] updated resources for regproc camel (#506) --- charts/regproc-camel/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/regproc-camel/values.yaml b/charts/regproc-camel/values.yaml index b2c88a6c0..3c5265a3d 100644 --- a/charts/regproc-camel/values.yaml +++ b/charts/regproc-camel/values.yaml @@ -128,15 +128,15 @@ resources: # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 1000m - memory: 1250Mi + memory: 2000Mi requests: cpu: 100m - memory: 1000Mi + memory: 1500Mi additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" - javaOpts: "-Xms1000M -Xmx1000M" + javaOpts: "-Xms750M -Xmx750M" ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this