From 58a8ebaaf6281a9c7a3eb646cc94cf8cde85fc5c Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Sun, 5 Oct 2025 20:40:32 +0200 Subject: [PATCH] removed vlan filtering --- cilium-values-virt.yaml | 13 +++++++++++++ cilium-values.yaml | 11 +++++++++++ 2 files changed, 24 insertions(+) diff --git a/cilium-values-virt.yaml b/cilium-values-virt.yaml index 06960a9..f0099a7 100644 --- a/cilium-values-virt.yaml +++ b/cilium-values-virt.yaml @@ -41,6 +41,9 @@ operator: memory: 128Mi prometheus: enabled: true + metricsService: true + serviceMonitor: + enabled: true # Roll out cilium agent pods automatically when ConfigMap is updated. rollOutCiliumPods: true resources: @@ -84,6 +87,9 @@ envoy: keepCapNetBindService: true envoy: [ NET_ADMIN, PERFMON, SYS_ADMIN, BPF ] +bpf: + vlanBypass: [ 0 ] + # ingressController: # enabled: true @@ -105,4 +111,11 @@ hubble: rollOutPods: true prometheus: + metricsService: true enabled: true + serviceMonitor: + enabled: true + +dashboards: + enabled: false + label: grafana_dashboard \ No newline at end of file diff --git a/cilium-values.yaml b/cilium-values.yaml index 5bfc23b..55df6ec 100644 --- a/cilium-values.yaml +++ b/cilium-values.yaml @@ -17,6 +17,8 @@ securityContext: ciliumAgent: [ CHOWN, KILL, NET_ADMIN, NET_RAW, IPC_LOCK, SYS_ADMIN, SYS_RESOURCE, DAC_OVERRIDE, FOWNER, SETGID, SETUID ] cleanCiliumState: [ NET_ADMIN, SYS_ADMIN, SYS_RESOURCE ] +bpf: + vlanBypass: [ 0 ] cgroup: autoMount: enabled: false @@ -38,6 +40,9 @@ operator: memory: 128Mi prometheus: enabled: true + metricsService: true + serviceMonitor: + enabled: true # Roll out cilium agent pods automatically when ConfigMap is updated. rollOutCiliumPods: true resources: @@ -104,5 +109,11 @@ hubble: rollOutPods: true prometheus: + metricsService: true enabled: true + serviceMonitor: + enabled: true +dashboards: + enabled: false + label: grafana_dashboard \ No newline at end of file