From a50c44038cea26660666444a1f5146f1cd49de55 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 11 Sep 2025 09:37:58 +0100 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