Skip to content

Commit 74a5177

Browse files
committed
Adds liveness probe from the metrics-improve-scrape-times branch
1 parent 162902c commit 74a5177

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jmx/50kafka.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ spec:
2323
- /etc/jmx-kafka/jmx-kafka-prometheus.yml
2424
ports:
2525
- containerPort: 5556
26+
livenessProbe:
27+
httpGet:
28+
path: /liveness
29+
port: 5556
30+
periodSeconds: 60
2631
resources:
2732
requests:
2833
cpu: 0m

0 commit comments

Comments
 (0)