Skip to content

Commit 0ab701c

Browse files
committed
Reduces termination grace period for zookeeper because I fail to trigger termination by signal
1 parent 2c4b6cd commit 0ab701c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
prometheus.io/scrape: "true"
1616
prometheus.io/port: "5556"
1717
spec:
18-
terminationGracePeriodSeconds: 30
18+
terminationGracePeriodSeconds: 10
1919
containers:
2020
- name: metrics
2121
image: solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
prometheus.io/scrape: "true"
1616
prometheus.io/port: "5556"
1717
spec:
18-
terminationGracePeriodSeconds: 30
18+
terminationGracePeriodSeconds: 10
1919
containers:
2020
- name: metrics
2121
image: solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d

0 commit comments

Comments
 (0)