diff --git a/services/monitoring/deploy/prometheus/helm-values.yaml b/services/monitoring/deploy/prometheus/helm-values.yaml index fa1fae5..ed8868a 100644 --- a/services/monitoring/deploy/prometheus/helm-values.yaml +++ b/services/monitoring/deploy/prometheus/helm-values.yaml @@ -1,6 +1,3 @@ -# prometheus agent selector -commonLabels: - prometheus-monitoring: "enabled" defaultRules: create: false diff --git a/services/monitoring/deploy/prometheus/prometheus-agent.yaml b/services/monitoring/deploy/prometheus/prometheus-agent.yaml index a108b62..4ce07c2 100644 --- a/services/monitoring/deploy/prometheus/prometheus-agent.yaml +++ b/services/monitoring/deploy/prometheus/prometheus-agent.yaml @@ -10,7 +10,7 @@ spec: podMonitorSelector: matchLabels: - prometheus-monitoring: enabled + release: prometheus serviceMonitorNamespaceSelector: matchLabels: @@ -18,7 +18,7 @@ spec: serviceMonitorSelector: matchLabels: - prometheus-monitoring: enabled + release: prometheus replicas: 1 remoteWrite: