From 5016ea8e6eb1e52219f15d4211bab1171527ac4f Mon Sep 17 00:00:00 2001 From: Kashyap Ramakur <69868711+kramakur@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:32:24 -0500 Subject: [PATCH] Update values-feature.yaml (#178) --- charts/nifi-efs/values-feature.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nifi-efs/values-feature.yaml b/charts/nifi-efs/values-feature.yaml index 149c2623..6de90ea0 100644 --- a/charts/nifi-efs/values-feature.yaml +++ b/charts/nifi-efs/values-feature.yaml @@ -50,7 +50,7 @@ ingress: resources: limits: - memory: "1Gi" + memory: "2Gi" autoscaling: enabled: false @@ -75,8 +75,8 @@ efsFileSystemId: "" ### Nifi Configurations ### jvmheap: - init: "2g" - max: "2g" + init: "1g" + max: "1g" jdbcConnectionString: "" elasticSearchHost: "http://elasticsearch.default.svc.cluster.local:9200"