Skip to content

Commit

Permalink
CloudRun more lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jan 16, 2025
1 parent 7224921 commit ec05228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/modules/gcp/conformance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ resource "google_cloud_run_v2_service" "default" {
}

startup_probe {
initial_delay_seconds = 1
timeout_seconds = 1
initial_delay_seconds = 10
timeout_seconds = 10
period_seconds = 10
failure_threshold = 6
failure_threshold = 10
tcp_socket {
port = 8080
}
Expand Down

0 comments on commit ec05228

Please sign in to comment.