Skip to content

Commit

Permalink
Update HC
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe authored Nov 6, 2024
1 parent 1a7c7d5 commit ad0624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/scenarios/loom.tf
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,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
Expand Down

0 comments on commit ad0624d

Please sign in to comment.