From 590e194e12d5ee448be5fba51bf2c7bccc1629b2 Mon Sep 17 00:00:00 2001 From: Lars Waage <46653859+larwaa@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:39:16 +0200 Subject: [PATCH] chore: health check over http --- infrastructure/modules/container_app/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/container_app/main.tf b/infrastructure/modules/container_app/main.tf index 4b7d0476..e97fa855 100644 --- a/infrastructure/modules/container_app/main.tf +++ b/infrastructure/modules/container_app/main.tf @@ -79,7 +79,7 @@ resource "azurerm_container_app" "this" { interval_seconds = 10 path = "/graphql?query=%7B__typename%7D" port = 4000 - transport = "HTTPS" + transport = "HTTP" initial_delay = 5 }