From e37143152f35a9e1064ef847ce5e219229989b94 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 27 Sep 2024 16:11:18 -0400 Subject: [PATCH] flux(cilium): use correct k8s service host --- kubernetes/thin/apps/kube-system/cilium/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/thin/apps/kube-system/cilium/app/helm-release.yaml b/kubernetes/thin/apps/kube-system/cilium/app/helm-release.yaml index 6cbe738..766b4f0 100644 --- a/kubernetes/thin/apps/kube-system/cilium/app/helm-release.yaml +++ b/kubernetes/thin/apps/kube-system/cilium/app/helm-release.yaml @@ -21,7 +21,7 @@ spec: qps: 43 burst: 86 kubeProxyReplacement: true - k8sServiceHost: 127.0.0.1 #192.168.1.20 + k8sServiceHost: 192.168.1.20 k8sServicePort: 6443 devices: enp+ #0s31f6 enableRuntimeDeviceDetection: true