We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c72ca + e2d01cc commit d0a5088Copy full SHA for d0a5088
zookeeper/50pzoo.yml
@@ -54,6 +54,12 @@ spec:
54
- /bin/sh
55
- -c
56
- '[ "imok" = "$(echo ruok | nc -w 1 -q 1 127.0.0.1 2181)" ]'
57
+ livenessProbe:
58
+ exec:
59
+ command:
60
+ - /bin/sh
61
+ - -c
62
+ - '[ "imok" = "$(echo ruok | nc -w 5 -q 1 127.0.0.1 2181)" ]'
63
volumeMounts:
64
- name: config
65
mountPath: /etc/kafka
zookeeper/51zoo.yml
@@ -56,6 +56,12 @@ spec:
66
67
0 commit comments