From 6cc8dc884271dc90c9b16be2892f7a253ecb65c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Mar 2026 15:14:04 +0000 Subject: [PATCH] fix: align backend container ingress port with updated service config Update backend ingress target port to 8081 to align with the new internal port mapping used by the container runtime. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- infra/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/terraform/main.tf b/infra/terraform/main.tf index 2dfdcb3..2016ed9 100644 --- a/infra/terraform/main.tf +++ b/infra/terraform/main.tf @@ -173,7 +173,7 @@ resource "azurerm_container_app" "backend" { ingress { allow_insecure_connections = false external_enabled = true - target_port = 8080 + target_port = 8081 traffic_weight { latest_revision = true