Skip to content

Commit cfe434c

Browse files
committed
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 f1e6e96.
1 parent 0d78e08 commit cfe434c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus/50-kafka-jmx-exporter-patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ spec:
3030
resources:
3131
requests:
3232
cpu: 0m
33-
memory: 100Mi
33+
memory: 60Mi
3434
limits:
35-
memory: 150Mi
35+
memory: 120Mi
3636
volumeMounts:
3737
- name: jmx-config
3838
mountPath: /etc/jmx-kafka

0 commit comments

Comments
 (0)