Update Cloud Run deployment configuration with startup probe and memo… #5
Annotations
1 error
|
Deploy
google-github-actions/deploy-cloudrun failed with: failed to deploy: ERROR: (gcloud) Key [successThreshold] not recognized for startup probe.
, full command:
gcloud run deploy microsites-ob --image us-central1-docker.pkg.dev/specautomation-458709/microsites/microsites-ob:f43823a949e1c5b6b82e4bba508c3dcddcd3ae6e --update-labels ^,^managed-by=github-actions,commit-sha=f43823a949e1c5b6b82e4bba508c3dcddcd3ae6e --format json --region us-central1 --allow-unauthenticated --ingress internal-and-cloud-load-balancing --port 4321 --startup-probe initialDelaySeconds=10,timeoutSeconds=10,periodSeconds=120,successThreshold=1,failureThreshold=10 --memory 1Gi --timeout 60 --min-instances 1 --set-env-vars ASTRO_BASE_PATH=open-badges --set-env-vars AUTH0_DOMAIN=prod-1edtech.us.auth0.com --set-env-vars AUTH0_CLIENT_ID=m4FbT7QEPBSAFO7qsBOiIBFwRmmbTqqB --set-env-vars AUTH0_CLIENT_SECRET=*** --set-env-vars AUTH0_AUDIENCE=https://ns.1edtech.org/services/ --set-env-vars AUTH_COOKIE_SECRET=*** --set-env-vars AUTH_REDIRECT_URI=https://standards.1edtech.org/open-badges/auth/callback --set-env-vars AUTH_POST_LOGIN_REDIRECT=/open-badges/ --set-env-vars MPS_API_KEY=***
|