From 4e16ac3d06c649755f38b038f9aba4aa0a4c2281 Mon Sep 17 00:00:00 2001 From: jameslaneovermind <122231433+jameslaneovermind@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:10:36 +0000 Subject: [PATCH] updated heatlh check port --- modules/loom/main.tf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/loom/main.tf b/modules/loom/main.tf index 95c3bb7..73c7bd3 100644 --- a/modules/loom/main.tf +++ b/modules/loom/main.tf @@ -53,13 +53,10 @@ module "cloudfront" { { name = "X-Forwarded-Scheme" value = "https" - override = true }, { name = "X-Frame-Options" - value = "SAMEORIGIN" - override = true - } + value = "SAMEORIGIN" } ] origin_shield = { @@ -483,7 +480,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:8000"] interval = 30 retries = 3 timeout = 5