openvidu-deployment: Update port configuration from 6080 to 9080 across AWS, Azure, and GCP deployment templates

master
cruizba 2026-02-05 12:30:22 +01:00
parent c4cdddd191
commit 10c6e04db5
8 changed files with 18 additions and 18 deletions

View File

@ -2144,8 +2144,8 @@ Resources:
Properties: Properties:
GroupId: !GetAtt OpenViduMasterNodeSG.GroupId GroupId: !GetAtt OpenViduMasterNodeSG.GroupId
IpProtocol: tcp IpProtocol: tcp
FromPort: 6080 FromPort: 9080
ToPort: 6080 ToPort: 9080
SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId
OpenViduMediaNodeSG: OpenViduMediaNodeSG:

View File

@ -1691,7 +1691,7 @@ resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroup
id: openviduMasterNodeASG.id id: openviduMasterNodeASG.id
} }
] ]
destinationPortRange: '6080' destinationPortRange: '9080'
access: 'Allow' access: 'Allow'
priority: 210 priority: 210
direction: 'Inbound' direction: 'Inbound'

View File

@ -5,7 +5,7 @@
"_generator": { "_generator": {
"name": "bicep", "name": "bicep",
"version": "0.37.4.10188", "version": "0.37.4.10188",
"templateHash": "10946951266382133095" "templateHash": "1101738252309762423"
} }
}, },
"parameters": { "parameters": {
@ -1032,7 +1032,7 @@
"id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]" "id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]"
} }
], ],
"destinationPortRange": "6080", "destinationPortRange": "9080",
"access": "Allow", "access": "Allow",
"priority": 210, "priority": 210,
"direction": "Inbound" "direction": "Inbound"

View File

@ -87,7 +87,7 @@ resource "google_compute_firewall" "firewall_media_to_master" {
allow { allow {
protocol = "tcp" protocol = "tcp"
ports = ["7000", "9100", "20000", "3100", "9009", "4443", "6080"] ports = ["7000", "9100", "20000", "3100", "9009", "4443", "9080"]
} }
source_tags = [ source_tags = [

View File

@ -2563,8 +2563,8 @@ Resources:
Properties: Properties:
GroupId: !Ref OpenViduMasterNodeSG GroupId: !Ref OpenViduMasterNodeSG
IpProtocol: tcp IpProtocol: tcp
FromPort: 6080 FromPort: 9080
ToPort: 6080 ToPort: 9080
SourceSecurityGroupId: !Ref OpenViduMasterNodeSG SourceSecurityGroupId: !Ref OpenViduMasterNodeSG
OpenViduMediaNodeToMasterMeetWebhookIngress: OpenViduMediaNodeToMasterMeetWebhookIngress:
@ -2572,8 +2572,8 @@ Resources:
Properties: Properties:
GroupId: !GetAtt OpenViduMasterNodeSG.GroupId GroupId: !GetAtt OpenViduMasterNodeSG.GroupId
IpProtocol: tcp IpProtocol: tcp
FromPort: 6080 FromPort: 9080
ToPort: 6080 ToPort: 9080
SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId
OpenViduMediaNodeSG: OpenViduMediaNodeSG:

View File

@ -2574,7 +2574,7 @@ resource masterToMasterMeet 'Microsoft.Network/networkSecurityGroups/securityRul
id: openviduMasterNodeASG.id id: openviduMasterNodeASG.id
} }
] ]
destinationPortRange: '6080' destinationPortRange: '9080'
access: 'Allow' access: 'Allow'
priority: 290 priority: 290
direction: 'Inbound' direction: 'Inbound'
@ -2597,7 +2597,7 @@ resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroup
id: openviduMasterNodeASG.id id: openviduMasterNodeASG.id
} }
] ]
destinationPortRange: '6080' destinationPortRange: '9080'
access: 'Allow' access: 'Allow'
priority: 300 priority: 300
direction: 'Inbound' direction: 'Inbound'

View File

@ -4,8 +4,8 @@
"metadata": { "metadata": {
"_generator": { "_generator": {
"name": "bicep", "name": "bicep",
"version": "0.36.1.42791", "version": "0.37.4.10188",
"templateHash": "5003476352656312533" "templateHash": "15285989962337030173"
} }
}, },
"parameters": { "parameters": {
@ -1881,7 +1881,7 @@
"id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]" "id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]"
} }
], ],
"destinationPortRange": "6080", "destinationPortRange": "9080",
"access": "Allow", "access": "Allow",
"priority": 290, "priority": 290,
"direction": "Inbound" "direction": "Inbound"
@ -1908,7 +1908,7 @@
"id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]" "id": "[resourceId('Microsoft.Network/applicationSecurityGroups', format('{0}-masterNodeASG', parameters('stackName')))]"
} }
], ],
"destinationPortRange": "6080", "destinationPortRange": "9080",
"access": "Allow", "access": "Allow",
"priority": 300, "priority": 300,
"direction": "Inbound" "direction": "Inbound"

View File

@ -122,7 +122,7 @@ resource "google_compute_firewall" "master_to_master_internal" {
"5000", "5000",
"3000", "3000",
"4443", "4443",
"6080" "9080"
] ]
} }
@ -145,7 +145,7 @@ resource "google_compute_firewall" "media_to_master_services" {
"9009", "9009",
"3100", "3100",
"4443", "4443",
"6080" "9080"
] ]
} }