Reimplement healthcheck without forcing port
This commit is contained in:
		@ -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:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user