Skip to content

Commit 9f0cf99

Browse files
committed
tf: revert healthcheck
1 parent 37e670e commit 9f0cf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ resource "aws_ecs_task_definition" "hfsubset_task_def" {
285285
}
286286
healthCheck = {
287287
retries = 3
288-
command = ["CMD-SHELL", "curl -I http://127.0.0.1:8080/ || exit 1"]
288+
command = ["CMD-SHELL", "wget --spider http://127.0.0.1:8080/__docs__/ || exit 1"]
289289
}
290290
}
291291
])

0 commit comments

Comments
 (0)