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