From 2e74e5a78bc149bc3315fa33ed969d6eb53368cd Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Wed, 20 Sep 2023 13:38:09 +0530 Subject: [PATCH] =?UTF-8?q?adjust=20resource=C2=A0limits=20for=20dps=20(#2?= =?UTF-8?q?7434)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy_preview.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index 874b149da6..d77fa9451d 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -96,6 +96,8 @@ helm upgrade -i $CHARTNAME appsmith-ee/$HELMCHART -n $NAMESPACE --create-namespa --set autoupdate.enabled=false --set persistence.efs.enabled=true --set ingress.className="nginx" \ --set persistence.efs.driver=efs.csi.aws.com --set persistence.storageClass=efs-dp-appsmith \ --set persistence.efs.volumeHandle=$DP_EFS_ID:/ce/ce$PULL_REQUEST_NUMBER \ + --set resources.requests.cpu="1m" \ + --set resources.requests.memory="1Mi" \ --set applicationConfig.APPSMITH_SENTRY_DSN="https://abf15a075d1347969df44c746cca7eaa@o296332.ingest.sentry.io/1546547" \ --set applicationConfig.APPSMITH_SENTRY_ENVIRONMENT="$NAMESPACE" \ --set applicationConfig.APPSMITH_MONGODB_URI="mongodb+srv://$DB_USERNAME:$DB_PASSWORD@$DB_URL/$DBNAME?retryWrites=true&minPoolSize=1&maxPoolSize=10&maxIdleTimeMS=900000&authSource=admin" \