mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Update port configuration from 6080 to 9080 across AWS, Azure, and GCP deployment templates
parent
c4cdddd191
commit
10c6e04db5
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1691,7 +1691,7 @@ resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroup
|
|||
id: openviduMasterNodeASG.id
|
||||
}
|
||||
]
|
||||
destinationPortRange: '6080'
|
||||
destinationPortRange: '9080'
|
||||
access: 'Allow'
|
||||
priority: 210
|
||||
direction: 'Inbound'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue