Skip to content

Commit 8487a5c

Browse files
author
Martin Linkhorst
committed
expose steadybit ports between the worker nodes
1 parent dbcec72 commit 8487a5c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cluster/cluster.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ Resources:
143143
IpProtocol: tcp
144144
SourceSecurityGroupId: !Ref EKSWorkerSecurityGroup
145145
ToPort: 443
146+
EKSWorkerSecurityGroupIngressFromWorkerToWorkerSteadyBit:
147+
Properties:
148+
FromPort: 8085
149+
GroupId: !Ref EKSWorkerSecurityGroup
150+
IpProtocol: tcp
151+
SourceSecurityGroupId: !Ref EKSWorkerSecurityGroup
152+
ToPort: 8087
153+
Type: 'AWS::EC2::SecurityGroupIngress'
146154
EKSCluster:
147155
Type: AWS::EKS::Cluster
148156
Properties:
@@ -931,6 +939,14 @@ Resources:
931939
SourceSecurityGroupId: !Ref WorkerSecurityGroup
932940
ToPort: 10250 # Kubelet
933941
Type: 'AWS::EC2::SecurityGroupIngress'
942+
WorkerSecurityGroupIngressFromWorkerToWorkerSteadyBit:
943+
Properties:
944+
FromPort: 8085
945+
GroupId: !Ref WorkerSecurityGroup
946+
IpProtocol: tcp
947+
SourceSecurityGroupId: !Ref WorkerSecurityGroup
948+
ToPort: 8087
949+
Type: 'AWS::EC2::SecurityGroupIngress'
934950
WorkerSecurityGroupIngressFromWorkerToWorkerSkipperMetrics:
935951
Properties:
936952
FromPort: 9911

0 commit comments

Comments
 (0)