From 35a8d1bbc109f535012ea4f9527a6f74c00c817a Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 3 Nov 2019 19:15:31 -0500 Subject: [PATCH] Remove health check for HttpApiTargetGroup --- cloudformation/nakama/top.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cloudformation/nakama/top.yaml b/cloudformation/nakama/top.yaml index 404e0aa..2b73265 100644 --- a/cloudformation/nakama/top.yaml +++ b/cloudformation/nakama/top.yaml @@ -180,14 +180,6 @@ Resources: HttpApiTargetGroup: Type: AWS::ElasticLoadBalancingV2::TargetGroup Properties: - HealthCheckIntervalSeconds: 30 - HealthCheckProtocol: HTTP - HealthCheckTimeoutSeconds: 15 - HealthyThresholdCount: 2 - UnhealthyThresholdCount: 2 - Matcher: - HttpCode: '200' - HealthCheckPath: '/' Port: 7350 Protocol: HTTP TargetGroupAttributes: