Disable dynamic routing to allow for proper healthchecks
This commit is contained in:
@ -37,6 +37,8 @@ Resources:
|
||||
NlbTargetGroup:
|
||||
Type: AWS::ElasticLoadBalancingV2::TargetGroup
|
||||
Properties:
|
||||
HealthCheckProtocol: TCP
|
||||
HealthCheckPort: 80
|
||||
Port: 7777
|
||||
Protocol: TCP_UDP
|
||||
TargetGroupAttributes:
|
||||
|
Reference in New Issue
Block a user