From cfe434c55bc44d53ff6a569fa480ef4d92bd1144 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sat, 20 Jan 2018 07:55:09 +0100 Subject: It was the liveness probe that killed the metrics container, and we might not need liveness if we have alerts for stale metrics. This reverts commit f1e6e96231465775ffa0ded5b745774182fec5ff. --- prometheus/50-kafka-jmx-exporter-patch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prometheus') diff --git a/prometheus/50-kafka-jmx-exporter-patch.yml b/prometheus/50-kafka-jmx-exporter-patch.yml index f5a9cf1..7876ef4 100644 --- a/prometheus/50-kafka-jmx-exporter-patch.yml +++ b/prometheus/50-kafka-jmx-exporter-patch.yml @@ -30,9 +30,9 @@ spec: resources: requests: cpu: 0m - memory: 100Mi + memory: 60Mi limits: - memory: 150Mi + memory: 120Mi volumeMounts: - name: jmx-config mountPath: /etc/jmx-kafka -- cgit v1.2.3