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 621b64e commit 9713e6dCopy full SHA for 9713e6d
infrastructure/modules/container-app/main.tf
@@ -124,7 +124,6 @@ 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