From a57c533b9c32dff59f649c4082ec3ceb8c977799 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 20 Mar 2025 10:10:52 +0100 Subject: [PATCH] updated --- cilium-values-virt.yaml | 6 +++++- cilium-values.yaml | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/cilium-values-virt.yaml b/cilium-values-virt.yaml index f3d4e4c..06960a9 100644 --- a/cilium-values-virt.yaml +++ b/cilium-values-virt.yaml @@ -39,7 +39,8 @@ operator: requests: cpu: 50m memory: 128Mi - + prometheus: + enabled: true # Roll out cilium agent pods automatically when ConfigMap is updated. rollOutCiliumPods: true resources: @@ -102,3 +103,6 @@ hubble: ui: enabled: true rollOutPods: true + +prometheus: + enabled: true diff --git a/cilium-values.yaml b/cilium-values.yaml index 261190b..5bfc23b 100644 --- a/cilium-values.yaml +++ b/cilium-values.yaml @@ -36,7 +36,8 @@ operator: requests: cpu: 50m memory: 128Mi - + prometheus: + enabled: true # Roll out cilium agent pods automatically when ConfigMap is updated. rollOutCiliumPods: true resources: @@ -101,3 +102,7 @@ hubble: ui: enabled: true rollOutPods: true + +prometheus: + enabled: true +