From 61920e2b29229fd3db5b21da67dca47bf4140eb4 Mon Sep 17 00:00:00 2001 From: John Belmonte Date: Thu, 9 Apr 2020 14:41:51 +0900 Subject: [PATCH] add "component: server" to sidecar selector sidecar is usually running with the server without this qualification, other components like pushgateway and node_exporter will match --- thanos/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/thanos/values.yaml b/thanos/values.yaml index 66a4de3a..9a50efb1 100644 --- a/thanos/values.yaml +++ b/thanos/values.yaml @@ -761,6 +761,7 @@ sidecar: enabled: true selector: app: prometheus + component: server # Enable metrics collecting for compat service metrics: # Enable ServiceMonitor https://github.com/coreos/prometheus-operator