diff --git a/apps/firelens-stability/templates/golden-path-mountebank-fargate-v01-11-2023/task-definition.json b/apps/firelens-stability/templates/golden-path-mountebank-fargate-v01-11-2023/task-definition.json index ab64775..dac9751 100644 --- a/apps/firelens-stability/templates/golden-path-mountebank-fargate-v01-11-2023/task-definition.json +++ b/apps/firelens-stability/templates/golden-path-mountebank-fargate-v01-11-2023/task-definition.json @@ -145,7 +145,7 @@ "initProcessEnabled": true }, "healthCheck": { - "command": ["CMD-SHELL", "curl -f http://127.0.0.1:2020/api/v1/health || exit 1"], + "command": ["CMD-SHELL", "curl -f http://127.0.0.1:2020/api/v2/health || exit 1"], "startPeriod": 30 }, "dependsOn": [{ diff --git a/apps/firelens-stability/templates/s3-fargate-v04-05-2023/task-definition.json b/apps/firelens-stability/templates/s3-fargate-v04-05-2023/task-definition.json index 38f051a..9391e77 100644 --- a/apps/firelens-stability/templates/s3-fargate-v04-05-2023/task-definition.json +++ b/apps/firelens-stability/templates/s3-fargate-v04-05-2023/task-definition.json @@ -58,7 +58,7 @@ } }, "healthCheck": { - "command": ["CMD-SHELL", "curl -f http://127.0.0.1:2020/api/v1/health || exit 1"], + "command": ["CMD-SHELL", "curl -f http://127.0.0.1:2020/api/v2/health || exit 1"], "startPeriod": 30 }{{#if definitions.is_fluent_bit_tail_enabled}}, "mountPoints": [