Skip to content

Commit 3a376f3

Browse files
committed
Update deploy-region.sh
1 parent de400e7 commit 3a376f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/deploy-region.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ gcloud run deploy $SERVICE_NAME-$REGION \
1010
--min-instances=1 \
1111
--min=1 \
1212
--concurrency=500 \
13-
--memory=2Gi \
13+
--memory=1Gi \
1414
--timeout=300 \
1515
--port=3000 \
1616
--platform=managed \
1717
--region=$REGION \
18-
--allow-unauthenticated
18+
--allow-unauthenticated \
19+
--no-cpu-throttling

0 commit comments

Comments
 (0)