diff --git a/cilium-values-virt.yaml b/cilium-values-virt.yaml index 577930d..34c2b2e 100644 --- a/cilium-values-virt.yaml +++ b/cilium-values-virt.yaml @@ -5,6 +5,11 @@ cluster: kubeProxyReplacement: true + +socketLB: # Enabled because of problems with kubevirt reaching services + enabled: true + hostNamespaceOnly: true + # Talos specific k8sServiceHost: localhost k8sServicePort: 7445