mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Create rke2-cilium-config.yaml
This commit is contained in:
parent
74b7121413
commit
592a9912f5
1 changed files with 13 additions and 0 deletions
13
Kubernetes/RKE2-Cilium/rke2-cilium-config.yaml
Normal file
13
Kubernetes/RKE2-Cilium/rke2-cilium-config.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChartConfig
|
||||
metadata:
|
||||
name: rke2-cilium
|
||||
namespace: kube-system
|
||||
spec:
|
||||
valuesContent: |-
|
||||
kubeProxyReplacement: strict
|
||||
k8sServiceHost: <KUBE_API_SERVER_IP>
|
||||
k8sServicePort: <KUBE_API_SERVER_PORT>
|
||||
cni:
|
||||
chainingMode: "none"
|
Loading…
Reference in a new issue