From abfbe7472ac9bb009ef35351bc3286d74fb8faad Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 13 Mar 2023 14:09:14 +0100 Subject: [PATCH] use the app label --- common/values.service-monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/values.service-monitor.yaml b/common/values.service-monitor.yaml index e38654f..f44401a 100644 --- a/common/values.service-monitor.yaml +++ b/common/values.service-monitor.yaml @@ -10,7 +10,7 @@ service-monitor: spec: selector: matchLabels: - exporter: {{ .label.exporter }} + app: {{ .label.app }} endpoints: - port: {{ .endpoints.port }} {{ end }}