Skip to content

Commit 3183eaf

Browse files
Revert health check to port 1234 for testing
This reverts the health check back to the original port 1234 configuration so we can test the change from 1234 to 8080 and observe the risks.
1 parent 2e3a5ac commit 3183eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/scenarios/loom.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,10 +531,10 @@ resource "aws_ecs_task_definition" "face" {
531531
memory = 2048
532532
essential = true
533533
healthCheck = {
534-
command = ["CMD-SHELL", "wget -q --spider localhost:8080"]
534+
command = ["CMD-SHELL", "wget -q --spider localhost:1234"]
535535
interval = 30
536536
retries = 3
537-
timeout = 10
537+
timeout = 5
538538
}
539539
mountPoints = []
540540
environment = [

0 commit comments

Comments
 (0)