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"