HOTFIX: Fix healthcheck protocol

This commit is contained in:
Layla 2020-05-01 23:52:20 -04:00
parent 15f6a8df22
commit 4caab69266
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:
HealthCheckPort: 80 HealthCheckPort: 80
HealthCheckProtocol: HTTP HealthCheckProtocol: TCP
Port: 7777 Port: 7777
Protocol: TCP_UDP Protocol: TCP_UDP
TargetGroupAttributes: TargetGroupAttributes: