From a17d1c88922abe7ddb090a7b34deb6209d48f3c4 Mon Sep 17 00:00:00 2001 From: Michael Nguyen <michael.nguyen@parivedasolutions.com> Date: Mon, 2 Dec 2019 12:43:02 -0600 Subject: [PATCH] updating health check. --- provider/indexer-aws/CloudFormation/Automated/ecs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/provider/indexer-aws/CloudFormation/Automated/ecs.yml b/provider/indexer-aws/CloudFormation/Automated/ecs.yml index 030c7c20a..728c7b00b 100644 --- a/provider/indexer-aws/CloudFormation/Automated/ecs.yml +++ b/provider/indexer-aws/CloudFormation/Automated/ecs.yml @@ -444,6 +444,7 @@ Resources: Type: AWS::ElasticLoadBalancingV2::TargetGroup DependsOn: ECSALB Properties: + HealthCheckEnabled: false HealthCheckIntervalSeconds: 120 HealthCheckPath: /api/indexer/v2/liveness_check HealthCheckProtocol: HTTP -- GitLab