modified: services/monitoring/deploy/prometheus/original-values.yaml

modified:   services/monitoring/deploy/prometheus/prometheus-agent.yaml
This commit is contained in:
Márcio Fernandes
2026-07-15 14:44:45 +00:00
parent e38ff7ed9b
commit d97cd9ca52
2 changed files with 6 additions and 9 deletions
@@ -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: