From 3010ed9bcce3bef32295d9f6f0657e5ae05bd01c Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 26 Sep 2025 12:09:33 -0700 Subject: [PATCH] Update health check command port from 1234 to 8080 --- modules/scenarios/loom.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/scenarios/loom.tf b/modules/scenarios/loom.tf index f1385de..12ee6b2 100644 --- a/modules/scenarios/loom.tf +++ b/modules/scenarios/loom.tf @@ -531,7 +531,7 @@ resource "aws_ecs_task_definition" "face" { memory = 2048 essential = true healthCheck = { - command = ["CMD-SHELL", "wget -q --spider localhost:1234"] + command = ["CMD-SHELL", "wget -q --spider localhost:8080"] interval = 30 retries = 3 timeout = 5