mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-22 07:50:19 +00:00
20 lines
421 B
YAML
20 lines
421 B
YAML
---
|
|
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChartConfig
|
|
metadata:
|
|
name: rke2-cilium
|
|
namespace: kube-system
|
|
spec:
|
|
valuesContent: |-
|
|
kubeProxyReplacement: strict
|
|
k8sServiceHost: <KUBE_API_SERVER_IP>
|
|
k8sServicePort: 6443
|
|
cni:
|
|
chainingMode: "none"
|
|
# Configure IPAM/PodCIDR
|
|
ipam:
|
|
mode: cluster-pool
|
|
operator:
|
|
clusterPoolIPv4PodCIDRList:
|
|
- "<lb-network>"
|
|
clusterPoolIPv4MaskSize: 27
|