From 195744fd184d01cb2f8a123af7a86c78a8aad81f Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Thu, 9 Jul 2026 15:20:38 +0200 Subject: [PATCH] fix: scrape infra and argo-workflows service monitors --- chart/infra-server/templates/monitoring/servicemonitors.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/infra-server/templates/monitoring/servicemonitors.yaml b/chart/infra-server/templates/monitoring/servicemonitors.yaml index 3b536897e..b80751b73 100644 --- a/chart/infra-server/templates/monitoring/servicemonitors.yaml +++ b/chart/infra-server/templates/monitoring/servicemonitors.yaml @@ -5,6 +5,8 @@ kind: ServiceMonitor metadata: name: argo-workflows namespace: argo + labels: + release: {{ .Release.Name }} spec: endpoints: - port: metrics @@ -20,6 +22,8 @@ kind: ServiceMonitor metadata: name: infra-server namespace: infra + labels: + release: {{ .Release.Name }} spec: endpoints: - port: metrics