Skip to content

Commit

Permalink
Update health check
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe authored Jul 23, 2024
1 parent a5471ad commit 1cbe780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/loom/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,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 1cbe780

Please sign in to comment.