Skip to content

Commit 621b64e

Browse files
committed
wuip
1 parent de5cf6a commit 621b64e

File tree

1 file changed

+1
-0
lines changed
  • infrastructure/modules/container-app

1 file changed

+1
-0
lines changed

infrastructure/modules/container-app/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ resource "azurerm_container_app" "main" {
124124
transport = "HTTP"
125125
path = var.probe_path
126126
port = var.exposed_port != null ? var.exposed_port : var.port
127+
initial_delay = 45
127128
interval_seconds = 5
128129
timeout = 2
129130
failure_count_threshold = 2

0 commit comments

Comments
 (0)