From 31831ff9d1015992bc58f703997aa97a533bf193 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sat, 2 May 2020 00:31:34 -0400 Subject: [PATCH] Reimplement healthcheck without forcing port --- infrastructure/cloudformation/dt/load_balancing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/cloudformation/dt/load_balancing.yaml b/infrastructure/cloudformation/dt/load_balancing.yaml index 3c4a1bf..471b2f8 100644 --- a/infrastructure/cloudformation/dt/load_balancing.yaml +++ b/infrastructure/cloudformation/dt/load_balancing.yaml @@ -38,7 +38,7 @@ Resources: Type: AWS::ElasticLoadBalancingV2::TargetGroup Properties: Port: 7777 - Protocol: UDP + Protocol: TCP_UDP TargetGroupAttributes: - Key: deregistration_delay.timeout_seconds Value: '20' @@ -55,7 +55,7 @@ Resources: TargetGroupArn: !Ref NlbTargetGroup LoadBalancerArn: !Ref PublicNLB Port: 7777 - Protocol: UDP + Protocol: TCP_UDP Outputs: