modified: services/monitoring/deploy/prometheus/helm-values.yaml
modified: services/monitoring/deploy/prometheus/prometheus-agent.yaml
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
# prometheus agent selector
|
|
||||||
commonLabels:
|
|
||||||
prometheus-monitoring: "enabled"
|
|
||||||
|
|
||||||
defaultRules:
|
defaultRules:
|
||||||
create: false
|
create: false
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
|
|
||||||
podMonitorSelector:
|
podMonitorSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
prometheus-monitoring: enabled
|
release: prometheus
|
||||||
|
|
||||||
serviceMonitorNamespaceSelector:
|
serviceMonitorNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
|
|
||||||
serviceMonitorSelector:
|
serviceMonitorSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
prometheus-monitoring: enabled
|
release: prometheus
|
||||||
|
|
||||||
replicas: 1
|
replicas: 1
|
||||||
remoteWrite:
|
remoteWrite:
|
||||||
|
|||||||
Reference in New Issue
Block a user