From e38ff7ed9bce2d0f66a193bf841b5ce8017cf58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Wed, 15 Jul 2026 14:28:55 +0000 Subject: [PATCH] modified: services/monitoring/deploy/prometheus/prometheus-agent.yaml --- .../deploy/prometheus/prometheus-agent.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/services/monitoring/deploy/prometheus/prometheus-agent.yaml b/services/monitoring/deploy/prometheus/prometheus-agent.yaml index 15c25f8..315da44 100644 --- a/services/monitoring/deploy/prometheus/prometheus-agent.yaml +++ b/services/monitoring/deploy/prometheus/prometheus-agent.yaml @@ -8,15 +8,20 @@ spec: matchLabels: prometheus-monitoring: enabled - podMonitorSelector: null - + podMonitorSelector: + matchExpressions: + - key: app + operator: Exists serviceMonitorNamespaceSelector: matchLabels: prometheus-monitoring: enabled - serviceMonitorSelector: null - + serviceMonitorSelector: + matchExpressions: + - key: app + operator: Exists + replicas: 1 remoteWrite: - url: https://prometheus.monitoring.limbosolutions.com/api/v1/write