Skip to content

Commit

Permalink
Update Security Group for the port 5080
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Mar 19, 2024
1 parent 5765672 commit dc17859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-custom-cluster/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Resources:
- IpProtocol: tcp
FromPort: '5080'
ToPort: '5080'
CidrIp: 10.0.0.0/16
CidrIp: 0.0.0.0/0
- IpProtocol: tcp
FromPort: '1935'
ToPort: '1935'
Expand Down

0 comments on commit dc17859

Please sign in to comment.