chore: decrease pvc volume to enable more dps (#24339)
This commit is contained in:
parent
545be28137
commit
a3cab20ac3
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user