From da67e07fc89b19dd7249f3dc3628d0de0ce88fd6 Mon Sep 17 00:00:00 2001 From: nold Date: Wed, 8 Mar 2023 16:41:03 +0100 Subject: [PATCH] feat(cilium): enabled prometheus servicemonitor --- projects/core/values/cilium.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/core/values/cilium.yaml b/projects/core/values/cilium.yaml index d44d037d..7feb9dc4 100644 --- a/projects/core/values/cilium.yaml +++ b/projects/core/values/cilium.yaml @@ -462,7 +462,7 @@ hubble: # -- Create ServiceMonitor resources for Prometheus Operator. # This requires the prometheus CRDs to be available. # ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) - enabled: false + enabled: true # -- Labels to add to ServiceMonitor hubble labels: {} # -- Annotations to add to ServiceMonitor hubble @@ -682,12 +682,12 @@ hubble: # -- Enable prometheus metrics for hubble-relay on the configured port at # /metrics prometheus: - enabled: false + enabled: true port: 9966 serviceMonitor: # -- Enable service monitors. # This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) - enabled: false + enabled: true # -- Labels to add to ServiceMonitor hubble-relay labels: {} # -- Annotations to add to ServiceMonitor hubble-relay @@ -1099,12 +1099,12 @@ pprof: # -- Configure prometheus metrics on the configured port at /metrics prometheus: - enabled: false + enabled: true port: 9962 serviceMonitor: # -- Enable service monitors. # This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) - enabled: false + enabled: true # -- Labels to add to ServiceMonitor cilium-agent labels: {} # -- Annotations to add to ServiceMonitor cilium-agent @@ -1417,12 +1417,12 @@ operator: # -- Enable prometheus metrics for cilium-operator on the configured port at # /metrics prometheus: - enabled: false + enabled: true port: 9963 serviceMonitor: # -- Enable service monitors. # This requires the prometheus CRDs to be available (see https://github.com/prometheus-operator/prometheus-operator/blob/master/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml) - enabled: false + enabled: true # -- Labels to add to ServiceMonitor cilium-operator labels: {} # -- Annotations to add to ServiceMonitor cilium-operator