modified: services/monitoring/deploy/prometheus/original-values.yaml
modified: services/monitoring/deploy/prometheus/prometheus-agent.yaml
This commit is contained in:
@@ -24,9 +24,8 @@ fullnameOverride: ""
|
||||
|
||||
## Labels to apply to all resources
|
||||
##
|
||||
commonLabels: {}
|
||||
# scmhash: abc123
|
||||
# myLabel: aakkmd
|
||||
commonLabels:
|
||||
prometheus-monitoring: "enabled"
|
||||
|
||||
## Install Prometheus Operator CRDs
|
||||
##
|
||||
|
||||
@@ -9,18 +9,16 @@ spec:
|
||||
prometheus-monitoring: enabled
|
||||
|
||||
podMonitorSelector:
|
||||
matchExpressions:
|
||||
- key: app
|
||||
operator: Exists
|
||||
matchLabels:
|
||||
prometheus-monitoring: enabled
|
||||
|
||||
serviceMonitorNamespaceSelector:
|
||||
matchLabels:
|
||||
prometheus-monitoring: enabled
|
||||
|
||||
serviceMonitorSelector:
|
||||
matchExpressions:
|
||||
- key: app
|
||||
operator: Exists
|
||||
matchLabels:
|
||||
prometheus-monitoring: enabled
|
||||
|
||||
replicas: 1
|
||||
remoteWrite:
|
||||
|
||||
Reference in New Issue
Block a user