Skip to content

Commit afc27c4

Browse files
chore(contrib): Removed unused public port
The controller is now also listening on port 80.
1 parent d82e71b commit afc27c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

contrib/ec2/deis.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
"GroupDescription": "Deis SecurityGroup",
7171
"SecurityGroupIngress": [
7272
{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "0.0.0.0/0"},
73-
{"IpProtocol": "tcp", "FromPort": "2222", "ToPort": "2222", "CidrIp": "0.0.0.0/0"},
74-
{"IpProtocol": "tcp", "FromPort": "8000", "ToPort": "8000", "CidrIp": "0.0.0.0/0"}
73+
{"IpProtocol": "tcp", "FromPort": "2222", "ToPort": "2222", "CidrIp": "0.0.0.0/0"}
7574
]
7675
}
7776
},

0 commit comments

Comments
 (0)