Reimplement healthcheck without forcing port

This commit is contained in:
Layla 2020-05-02 00:31:34 -04:00
parent db37a8c924
commit 31831ff9d1
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -38,7 +38,7 @@ Resources:
Type: AWS::ElasticLoadBalancingV2::TargetGroup Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties: Properties:
Port: 7777 Port: 7777
Protocol: UDP Protocol: TCP_UDP
TargetGroupAttributes: TargetGroupAttributes:
- Key: deregistration_delay.timeout_seconds - Key: deregistration_delay.timeout_seconds
Value: '20' Value: '20'
@ -55,7 +55,7 @@ Resources:
TargetGroupArn: !Ref NlbTargetGroup TargetGroupArn: !Ref NlbTargetGroup
LoadBalancerArn: !Ref PublicNLB LoadBalancerArn: !Ref PublicNLB
Port: 7777 Port: 7777
Protocol: UDP Protocol: TCP_UDP
Outputs: Outputs: