File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 dynamic_substitutions : true
99
1010substitutions :
11- _REGION : us-west2
11+ _REGION : us-central1
1212 _TAG : main-${SHORT_SHA}
1313 _IMAGE_URL_CATALOG : us.gcr.io/${PROJECT_ID}/main/catalog:${SHORT_SHA}
1414 _IMAGE_URL_SITE : us.gcr.io/${PROJECT_ID}/main/site:${SHORT_SHA}
5858 - --cpu=1
5959 - --concurrency=200
6060 - --min-instances=1
61- - --max-instances=1000
61+ - --max-instances=4
6262 - --update-env-vars=GCP_PROJECT_ID=${PROJECT_ID}
6363
6464 # Create site Cloud Run revision.
8282 - --cpu=1
8383 - --concurrency=200
8484 - --min-instances=1
85- - --max-instances=1000
85+ - --max-instances=4
8686 - --update-env-vars=CATALOG_GRAPHQL_URL=${_CATALOG_GRAPHQL_URL},CATALOG_SERVER_AUTH_ID=${_CATALOG_SERVER_AUTH_ID}
8787
8888 # Route traffic to new catalog revision.
Original file line number Diff line number Diff line change 88 dynamic_substitutions : true
99
1010substitutions :
11- _REGION : us-west2
11+ _REGION : us-central1
1212 _TAG : pr${_PR_NUMBER}
1313 _IMAGE_URL_CATALOG : us.gcr.io/${PROJECT_ID}/pr/catalog:${SHORT_SHA}
1414 _IMAGE_URL_SITE : us.gcr.io/${PROJECT_ID}/pr/site:${SHORT_SHA}
You can’t perform that action at this time.
0 commit comments