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