From 3f62756ced619ea83576929ec59057398a034377 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 5 May 2023 08:58:09 +1000 Subject: [PATCH] fix: remove startup probe --- infra/service.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infra/service.tf b/infra/service.tf index 818579c8..f1b12868 100644 --- a/infra/service.tf +++ b/infra/service.tf @@ -54,11 +54,6 @@ resource "google_cloud_run_v2_service" "server" { name = "cloudsql" mount_path = "/cloudsql" } - startup_probe { - http_get { - path = "/ready" - } - } liveness_probe { http_get { path = "/healthy"