We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e670e commit 9f0cf99Copy full SHA for 9f0cf99
infra/main.tf
@@ -285,7 +285,7 @@ resource "aws_ecs_task_definition" "hfsubset_task_def" {
285
}
286
healthCheck = {
287
retries = 3
288
- command = ["CMD-SHELL", "curl -I http://127.0.0.1:8080/ || exit 1"]
+ command = ["CMD-SHELL", "wget --spider http://127.0.0.1:8080/__docs__/ || exit 1"]
289
290
291
])
0 commit comments