Skip to content

Commit d924b26

Browse files
Adding Cilium specific CNI ingress rules in AWSCluster for ClusterAPI
Signed-off-by: Archisman <archisman@obmondo.com>
1 parent a15d1f6 commit d924b26

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

argocd-helm-charts/capi-cluster/charts/aws/templates/AWSCluster.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,19 @@ spec:
1111
network:
1212
vpc:
1313
cidrBlock: {{ .Values.vpc.cidrBlock }}
14+
cni:
15+
cniIngressRules:
16+
- description: Cilium
17+
protocol: "tcp"
18+
fromPort: 4240
19+
toPort: 4240
20+
- description: Cilium VXLAN overlay
21+
protocol: "udp"
22+
fromPort: 8472
23+
toPort: 8472
24+
- description: Cilium health checks
25+
protocol: "icmp"
26+
fromPort: 8
27+
toPort: 8
1428
controlPlaneLoadBalancer:
1529
loadBalancerType: {{ .Values.controlPlane.loadBalancerType }}

0 commit comments

Comments
 (0)