diff --git a/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml b/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml index 1bc8e2693..ddca45ede 100644 --- a/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml +++ b/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml @@ -12,6 +12,6 @@ spec: matchLabels: kubernetes.io/hostname: talos-ix7-xku interfaces: - - "^enp.*" + - enp6s0 externalIPs: true loadBalancerIPs: true diff --git a/clusters/cl01tl/helm/cilium/values.yaml b/clusters/cl01tl/helm/cilium/values.yaml index 12a1b8609..790bc5bb8 100644 --- a/clusters/cl01tl/helm/cilium/values.yaml +++ b/clusters/cl01tl/helm/cilium/values.yaml @@ -37,7 +37,7 @@ cilium: mode: "default" bpf: hostLegacyRouting: true - devices: '^(enp|end|eth)[0-9a-z]*' + devices: end0 enp6s0 enableK8sEndpointSlice: true ciliumEndpointSlice: enabled: true