diff --git a/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml b/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml index 4496e0b23..5edd0ba49 100644 --- a/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml +++ b/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml @@ -2144,8 +2144,8 @@ Resources: Properties: GroupId: !GetAtt OpenViduMasterNodeSG.GroupId IpProtocol: tcp - FromPort: 6080 - ToPort: 6080 + FromPort: 9080 + ToPort: 9080 SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId OpenViduMediaNodeSG: diff --git a/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.bicep b/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.bicep index 07d3f3208..2980ae036 100644 --- a/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.bicep +++ b/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.bicep @@ -1691,7 +1691,7 @@ resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroup id: openviduMasterNodeASG.id } ] - destinationPortRange: '6080' + destinationPortRange: '9080' access: 'Allow' priority: 210 direction: 'Inbound' diff --git a/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.json b/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.json index 427b5b699..882f258c3 100644 --- a/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.json +++ b/openvidu-deployment/pro/elastic/azure/cf-openvidu-elastic.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.37.4.10188", - "templateHash": "10946951266382133095" + "templateHash": "1101738252309762423" } }, "parameters": { @@ -1032,7 +1032,7 @@ "id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]" } ], - "destinationPortRange": "6080", + "destinationPortRange": "9080", "access": "Allow", "priority": 210, "direction": "Inbound" diff --git a/openvidu-deployment/pro/elastic/gcp/tf-gpc-openvidu-elastic.tf b/openvidu-deployment/pro/elastic/gcp/tf-gpc-openvidu-elastic.tf index c1edc093e..3673c43a8 100644 --- a/openvidu-deployment/pro/elastic/gcp/tf-gpc-openvidu-elastic.tf +++ b/openvidu-deployment/pro/elastic/gcp/tf-gpc-openvidu-elastic.tf @@ -87,7 +87,7 @@ resource "google_compute_firewall" "firewall_media_to_master" { allow { protocol = "tcp" - ports = ["7000", "9100", "20000", "3100", "9009", "4443", "6080"] + ports = ["7000", "9100", "20000", "3100", "9009", "4443", "9080"] } source_tags = [ diff --git a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml index 4d6ad792f..fd90e84dd 100644 --- a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml +++ b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml @@ -2563,8 +2563,8 @@ Resources: Properties: GroupId: !Ref OpenViduMasterNodeSG IpProtocol: tcp - FromPort: 6080 - ToPort: 6080 + FromPort: 9080 + ToPort: 9080 SourceSecurityGroupId: !Ref OpenViduMasterNodeSG OpenViduMediaNodeToMasterMeetWebhookIngress: @@ -2572,8 +2572,8 @@ Resources: Properties: GroupId: !GetAtt OpenViduMasterNodeSG.GroupId IpProtocol: tcp - FromPort: 6080 - ToPort: 6080 + FromPort: 9080 + ToPort: 9080 SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId OpenViduMediaNodeSG: diff --git a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep index baeb41d7a..d63f9efa4 100644 --- a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep +++ b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep @@ -2574,7 +2574,7 @@ resource masterToMasterMeet 'Microsoft.Network/networkSecurityGroups/securityRul id: openviduMasterNodeASG.id } ] - destinationPortRange: '6080' + destinationPortRange: '9080' access: 'Allow' priority: 290 direction: 'Inbound' @@ -2597,7 +2597,7 @@ resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroup id: openviduMasterNodeASG.id } ] - destinationPortRange: '6080' + destinationPortRange: '9080' access: 'Allow' priority: 300 direction: 'Inbound' diff --git a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json index b3233587d..6cfd6f29d 100644 --- a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json +++ b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.36.1.42791", - "templateHash": "5003476352656312533" + "version": "0.37.4.10188", + "templateHash": "15285989962337030173" } }, "parameters": { @@ -1881,7 +1881,7 @@ "id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]" } ], - "destinationPortRange": "6080", + "destinationPortRange": "9080", "access": "Allow", "priority": 290, "direction": "Inbound" @@ -1908,7 +1908,7 @@ "id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]" } ], - "destinationPortRange": "6080", + "destinationPortRange": "9080", "access": "Allow", "priority": 300, "direction": "Inbound" diff --git a/openvidu-deployment/pro/ha/gcp/tf-gpc-openvidu-ha.tf b/openvidu-deployment/pro/ha/gcp/tf-gpc-openvidu-ha.tf index ae2ec6931..2d5596214 100644 --- a/openvidu-deployment/pro/ha/gcp/tf-gpc-openvidu-ha.tf +++ b/openvidu-deployment/pro/ha/gcp/tf-gpc-openvidu-ha.tf @@ -122,7 +122,7 @@ resource "google_compute_firewall" "master_to_master_internal" { "5000", "3000", "4443", - "6080" + "9080" ] } @@ -145,7 +145,7 @@ resource "google_compute_firewall" "media_to_master_services" { "9009", "3100", "4443", - "6080" + "9080" ] }