Skip to content

Commit

Permalink
updated heatlh check port
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslaneovermind committed Feb 13, 2024
1 parent 70b8529 commit 4e16ac3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/loom/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e16ac3

Please sign in to comment.