From a3cab20ac368de6287f9d54142448ee5dad9de21 Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Mon, 12 Jun 2023 09:51:32 +0530 Subject: [PATCH] chore: decrease pvc volume to enable more dps (#24339) --- scripts/deploy_preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index ec9fc7b38f..675c54fdf2 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -69,7 +69,7 @@ helm upgrade -i $CHARTNAME appsmith/appsmith -n $NAMESPACE \ --set "ingress.annotations.service\.beta\.kubernetes\.io/aws-load-balancer-ssl-cert=$AWS_RELEASE_CERT" \ --set "ingress.hosts[0].host=$DOMAINNAME, ingress.hosts[0].paths[0].path=/, ingress.hosts[0].paths[0].pathType=Prefix" \ --set ingress.className="nginx" --set applicationConfig.APPSMITH_CLOUD_SERVICES_BASE_URL="https://release-cs.appsmith.com" \ - --set image.pullPolicy="Always" --set autoupdate.enabled="true" --set persistence.size=4Gi \ + --set image.pullPolicy="Always" --set autoupdate.enabled="true" --set persistence.size=2Gi \ --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" \