diff --git a/infra/service.tf b/infra/service.tf index 818579c8..b96d5dff 100644 --- a/infra/service.tf +++ b/infra/service.tf @@ -55,6 +55,10 @@ resource "google_cloud_run_v2_service" "server" { mount_path = "/cloudsql" } startup_probe { + initial_delay_seconds = 5 + period_seconds = 3 + timeout_seconds = 2 + failure_threshold = 5 http_get { path = "/ready" }