Skip to content

Commit

Permalink
Add correct probe config to gcloud example command (#16738)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Jan 15, 2025
1 parent f906b70 commit f3870b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/prefect-gcp/gcp-worker-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ gcloud run deploy prefect-worker --image=prefecthq/prefect:3-latest \
--service-account <YOUR-SERVICE-ACCOUNT-NAME> \
--no-cpu-throttling \
--min-instances 1 \
--startup-probe httpGet.port=8080,httpGet.path=/health,initialDelaySeconds=100,periodSeconds=20,timeoutSeconds=20 \
--args "prefect","worker","start","--install-policy","always","--with-healthcheck","-p","<WORK-POOL-NAME>","-t","cloud-run"
```

Expand Down

0 comments on commit f3870b9

Please sign in to comment.