Skip to content

Commit 2bb2ef2

Browse files
committed
Merge pull request #1087 from johanneswuerbach/patch-2
fix(router): Fixes pushing to every router
2 parents d82e71b + d57cc14 commit 2bb2ef2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

contrib/ec2/deis.template

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@
131131
}
132132
}
133133
},
134+
"Ingress2223": {
135+
"Type": "AWS::EC2::SecurityGroupIngress",
136+
"Properties": {
137+
"GroupName": {"Ref": "DeisSecurityGroup"}, "IpProtocol": "tcp", "FromPort": "2223", "ToPort": "2223", "SourceSecurityGroupId": {
138+
"Fn::GetAtt" : [ "DeisSecurityGroup", "GroupId" ]
139+
}
140+
}
141+
},
134142
"IngressEphemeral": {
135143
"Type": "AWS::EC2::SecurityGroupIngress",
136144
"Properties": {

0 commit comments

Comments
 (0)