We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15d1f6 commit d924b26Copy full SHA for d924b26
argocd-helm-charts/capi-cluster/charts/aws/templates/AWSCluster.yaml
@@ -11,5 +11,19 @@ spec:
11
network:
12
vpc:
13
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
28
controlPlaneLoadBalancer:
29
loadBalancerType: {{ .Values.controlPlane.loadBalancerType }}
0 commit comments