Skip to content

Commit d57cc14

Browse files
fix(router): Fixes pushing to every router
Allow builder to be accessed by other all routers. Fixes #1083
1 parent d82e71b commit d57cc14

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)