We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5cf6a commit 621b64eCopy full SHA for 621b64e
infrastructure/modules/container-app/main.tf
@@ -124,6 +124,7 @@ resource "azurerm_container_app" "main" {
124
transport = "HTTP"
125
path = var.probe_path
126
port = var.exposed_port != null ? var.exposed_port : var.port
127
+ initial_delay = 45
128
interval_seconds = 5
129
timeout = 2
130
failure_count_threshold = 2
0 commit comments