Skip to content

Commit de5cf6a

Browse files
committed
wuip
1 parent a3fe63d commit de5cf6a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

infrastructure/modules/container-app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ resource "azurerm_container_app" "main" {
126126
port = var.exposed_port != null ? var.exposed_port : var.port
127127
interval_seconds = 5
128128
timeout = 2
129-
failure_count_threshold = 30
129+
failure_count_threshold = 2
130130
}
131131
}
132132
}

0 commit comments

Comments
 (0)