Skip to content

Commit

Permalink
chore: health check over http
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Jul 14, 2023
1 parent 36ce6bf commit 590e194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/container_app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 590e194

Please sign in to comment.