mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +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.
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue