mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +00:00
feat(cilium): enabled prometheus servicemonitor
This commit is contained in:
parent
67c337d2bb
commit
da67e07fc8
1 changed files with 7 additions and 7 deletions
|
@ -462,7 +462,7 @@ hubble:
|
||||||
# -- Create ServiceMonitor resources for Prometheus Operator.
|
# -- Create ServiceMonitor resources for Prometheus Operator.
|
||||||
# This requires the prometheus CRDs to be available.
|
# 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)
|
# 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 to add to ServiceMonitor hubble
|
||||||
labels: {}
|
labels: {}
|
||||||
# -- Annotations to add to ServiceMonitor hubble
|
# -- Annotations to add to ServiceMonitor hubble
|
||||||
|
@ -682,12 +682,12 @@ hubble:
|
||||||
# -- Enable prometheus metrics for hubble-relay on the configured port at
|
# -- Enable prometheus metrics for hubble-relay on the configured port at
|
||||||
# /metrics
|
# /metrics
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: false
|
enabled: true
|
||||||
port: 9966
|
port: 9966
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
# -- Enable service monitors.
|
# -- 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)
|
# 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 to add to ServiceMonitor hubble-relay
|
||||||
labels: {}
|
labels: {}
|
||||||
# -- Annotations to add to ServiceMonitor hubble-relay
|
# -- Annotations to add to ServiceMonitor hubble-relay
|
||||||
|
@ -1099,12 +1099,12 @@ pprof:
|
||||||
|
|
||||||
# -- Configure prometheus metrics on the configured port at /metrics
|
# -- Configure prometheus metrics on the configured port at /metrics
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: false
|
enabled: true
|
||||||
port: 9962
|
port: 9962
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
# -- Enable service monitors.
|
# -- 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)
|
# 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 to add to ServiceMonitor cilium-agent
|
||||||
labels: {}
|
labels: {}
|
||||||
# -- Annotations to add to ServiceMonitor cilium-agent
|
# -- Annotations to add to ServiceMonitor cilium-agent
|
||||||
|
@ -1417,12 +1417,12 @@ operator:
|
||||||
# -- Enable prometheus metrics for cilium-operator on the configured port at
|
# -- Enable prometheus metrics for cilium-operator on the configured port at
|
||||||
# /metrics
|
# /metrics
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: false
|
enabled: true
|
||||||
port: 9963
|
port: 9963
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
# -- Enable service monitors.
|
# -- 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)
|
# 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 to add to ServiceMonitor cilium-operator
|
||||||
labels: {}
|
labels: {}
|
||||||
# -- Annotations to add to ServiceMonitor cilium-operator
|
# -- Annotations to add to ServiceMonitor cilium-operator
|
||||||
|
|
Loading…
Reference in a new issue