Skip to content

Commit f43823a

Browse files
committed
Update Cloud Run deployment configuration with startup probe and memory settings
1 parent ac6a1e3 commit f43823a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-cloud-run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
--allow-unauthenticated
8888
--ingress=internal-and-cloud-load-balancing
8989
--port=4321
90-
--timeout=240
90+
--startup-probe=initialDelaySeconds=10,timeoutSeconds=10,periodSeconds=120,successThreshold=1,failureThreshold=10
91+
--memory=1Gi
92+
--timeout=60
9193
--min-instances=1
9294
--set-env-vars ASTRO_BASE_PATH=${{ env.ASTRO_BASE_PATH }}
9395
--set-env-vars AUTH0_DOMAIN=${{ env.AUTH0_DOMAIN }}

0 commit comments

Comments
 (0)