mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: fix AWS HA HTTP listener target
parent
28ca0c95cf
commit
677862f5eb
|
|
@ -3094,7 +3094,7 @@ Resources:
|
||||||
Properties:
|
Properties:
|
||||||
DefaultActions:
|
DefaultActions:
|
||||||
- Type: forward
|
- Type: forward
|
||||||
TargetGroupArn: !Ref OpenViduMasterNodeWithTurnTLSTG
|
TargetGroupArn: !Ref OpenViduMasterNodeHTTPTG
|
||||||
LoadBalancerArn: !Ref LoadBalancer
|
LoadBalancerArn: !Ref LoadBalancer
|
||||||
Port: 80
|
Port: 80
|
||||||
Protocol: TCP
|
Protocol: TCP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue