Skip to content

Commit 0e5cf1c

Browse files
committed
refactor: remove optional startup & liveness checks for now (due to constant timeouts)
1 parent 272abfa commit 0e5cf1c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

infra/main.tf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,6 @@ resource "google_cloud_run_v2_service" "default" {
145145
name = "NEXTAUTH_URL"
146146
value = local.nextauth_url
147147
}
148-
startup_probe {
149-
initial_delay_seconds = 45
150-
timeout_seconds = 65
151-
period_seconds = 5
152-
failure_threshold = 5
153-
tcp_socket {
154-
port = 8080
155-
}
156-
}
157-
liveness_probe {
158-
http_get {
159-
path = "/"
160-
}
161-
}
162148
}
163149
service_account = google_service_account.cloud_run.email
164150
}

0 commit comments

Comments
 (0)