From f4de27a3e98f999b2e915a726fe7abc3edaa8d98 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 28 Nov 2025 11:54:50 -0800 Subject: [PATCH] Update health check command to use port 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 75292a68..afbe665c 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