From 08a79143f5d53807380d2e27ab1edf1431e84b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 23 Feb 2022 17:08:51 +0100 Subject: [PATCH] Fix misconfigured PodMonitor --- helm/templates/strimzi/kafka-exporter-podmonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/strimzi/kafka-exporter-podmonitor.yaml b/helm/templates/strimzi/kafka-exporter-podmonitor.yaml index 7e773942a..41395dfd6 100644 --- a/helm/templates/strimzi/kafka-exporter-podmonitor.yaml +++ b/helm/templates/strimzi/kafka-exporter-podmonitor.yaml @@ -9,7 +9,7 @@ spec: selector: selector: matchLabels: - strimzi.io/name: {{ template "theodolite.fullname" . }}-strimzi-kafka-exporter + strimzi.io/name: {{ template "theodolite.fullname" . }}-kafka-kafka-exporter podMetricsEndpoints: - path: /metrics port: tcp-prometheus -- GitLab