Skip to content

Commit

Permalink
Adding Cilium specific CNI ingress rules in AWSCluster for ClusterAPI
Browse files Browse the repository at this point in the history
Signed-off-by: Archisman <archisman@obmondo.com>
  • Loading branch information
Archisman committed Aug 20, 2024
1 parent a15d1f6 commit d924b26
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,19 @@ spec:
network:
vpc:
cidrBlock: {{ .Values.vpc.cidrBlock }}
cni:
cniIngressRules:
- description: Cilium
protocol: "tcp"
fromPort: 4240
toPort: 4240
- description: Cilium VXLAN overlay
protocol: "udp"
fromPort: 8472
toPort: 8472
- description: Cilium health checks
protocol: "icmp"
fromPort: 8
toPort: 8
controlPlaneLoadBalancer:
loadBalancerType: {{ .Values.controlPlane.loadBalancerType }}

0 comments on commit d924b26

Please sign in to comment.