From d1f9bf2ebfa6860f0c3d48403522d71de2a4cb6f Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Thu, 5 Feb 2026 18:26:13 +0000 Subject: [PATCH] chore: Update manifests after change --- clusters/cl01tl/manifests/cilium/ConfigMap-cilium-config.yaml | 1 + clusters/cl01tl/manifests/cilium/DaemonSet-cilium.yaml | 2 +- .../cl01tl/manifests/cilium/Deployment-cilium-operator.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/cilium/ConfigMap-cilium-config.yaml b/clusters/cl01tl/manifests/cilium/ConfigMap-cilium-config.yaml index f7c7addd0..3b02f37e3 100644 --- a/clusters/cl01tl/manifests/cilium/ConfigMap-cilium-config.yaml +++ b/clusters/cl01tl/manifests/cilium/ConfigMap-cilium-config.yaml @@ -39,6 +39,7 @@ data: monitor-aggregation-interval: "5s" monitor-aggregation-flags: all bpf-map-dynamic-size-ratio: "0.0025" + enable-host-legacy-routing: "true" bpf-policy-map-max: "16384" bpf-policy-stats-map-max: "65536" bpf-lb-map-max: "65536" diff --git a/clusters/cl01tl/manifests/cilium/DaemonSet-cilium.yaml b/clusters/cl01tl/manifests/cilium/DaemonSet-cilium.yaml index 22bd86c51..7946434a0 100644 --- a/clusters/cl01tl/manifests/cilium/DaemonSet-cilium.yaml +++ b/clusters/cl01tl/manifests/cilium/DaemonSet-cilium.yaml @@ -18,7 +18,7 @@ spec: template: metadata: annotations: - cilium.io/cilium-configmap-checksum: "9353df2d60b1fc5f552e5a2b44bb26b18afa3934939b033438f85fb57e1a0b50" + cilium.io/cilium-configmap-checksum: "4eee6b83c252f1939319a9a6b7c1f70e207fbd0285735985db7b2470bcfdd91c" kubectl.kubernetes.io/default-container: cilium-agent labels: k8s-app: cilium diff --git a/clusters/cl01tl/manifests/cilium/Deployment-cilium-operator.yaml b/clusters/cl01tl/manifests/cilium/Deployment-cilium-operator.yaml index 019c852e3..3eb5cb0c7 100644 --- a/clusters/cl01tl/manifests/cilium/Deployment-cilium-operator.yaml +++ b/clusters/cl01tl/manifests/cilium/Deployment-cilium-operator.yaml @@ -22,7 +22,7 @@ spec: template: metadata: annotations: - cilium.io/cilium-configmap-checksum: "9353df2d60b1fc5f552e5a2b44bb26b18afa3934939b033438f85fb57e1a0b50" + cilium.io/cilium-configmap-checksum: "4eee6b83c252f1939319a9a6b7c1f70e207fbd0285735985db7b2470bcfdd91c" labels: io.cilium/app: operator name: cilium-operator