From 677862f5eb11d4516658f3c11bb7d3a85f089b4f Mon Sep 17 00:00:00 2001 From: cruizba Date: Thu, 12 Mar 2026 21:19:15 +0100 Subject: [PATCH] openvidu-deployment: fix AWS HA HTTP listener target --- openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml index 2ec5888d6..9762488e6 100644 --- a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml +++ b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml @@ -3094,7 +3094,7 @@ Resources: Properties: DefaultActions: - Type: forward - TargetGroupArn: !Ref OpenViduMasterNodeWithTurnTLSTG + TargetGroupArn: !Ref OpenViduMasterNodeHTTPTG LoadBalancerArn: !Ref LoadBalancer Port: 80 Protocol: TCP