Skip to content

Commit

Permalink
Merge pull request #23 from NandosUK/startup_probe_initial_delay
Browse files Browse the repository at this point in the history
startup_probe_initial_delay increase
  • Loading branch information
audronFS authored Sep 22, 2023
2 parents 3ba0ace + c47e436 commit 34715ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcp/cloud-run-v2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ variable "secrets" {
# Startup probe
variable "startup_probe_initial_delay" {
description = "Initial delay seconds for the startup probe"
default = 0
default = 3
}

variable "startup_probe_timeout" {
Expand Down Expand Up @@ -247,4 +247,4 @@ variable "dependencies" {
description = "A list of glob-format dependencies for the cloudbuild trigger"
type = list(string)
default = []
}
}

0 comments on commit 34715ea

Please sign in to comment.