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
|
## Labels to apply to all resources
|
||||||
##
|
##
|
||||||
commonLabels: {}
|
commonLabels:
|
||||||
# scmhash: abc123
|
prometheus-monitoring: "enabled"
|
||||||
# myLabel: aakkmd
|
|
||||||
|
|
||||||
## Install Prometheus Operator CRDs
|
## Install Prometheus Operator CRDs
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -9,18 +9,16 @@ spec:
|
|||||||
prometheus-monitoring: enabled
|
prometheus-monitoring: enabled
|
||||||
|
|
||||||
podMonitorSelector:
|
podMonitorSelector:
|
||||||
matchExpressions:
|
matchLabels:
|
||||||
- key: app
|
prometheus-monitoring: enabled
|
||||||
operator: Exists
|
|
||||||
|
|
||||||
serviceMonitorNamespaceSelector:
|
serviceMonitorNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
prometheus-monitoring: enabled
|
prometheus-monitoring: enabled
|
||||||
|
|
||||||
serviceMonitorSelector:
|
serviceMonitorSelector:
|
||||||
matchExpressions:
|
matchLabels:
|
||||||
- key: app
|
prometheus-monitoring: enabled
|
||||||
operator: Exists
|
|
||||||
|
|
||||||
replicas: 1
|
replicas: 1
|
||||||
remoteWrite:
|
remoteWrite:
|
||||||
|
|||||||
Reference in New Issue
Block a user