This reverts commit 22f4b9b3bd18a16c477003338464dfe5a689e074.
This commit is contained in:
parent
07689860f6
commit
0eeb7830a9
@ -180,8 +180,6 @@ spec:
|
|||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- timeout
|
|
||||||
- "{{ .Values.zookeeper.probe.readiness.timeoutSeconds }}"
|
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -c
|
||||||
- '{ echo ruok; sleep 1; } | {{ $zkConnectCommand }} | grep imok'
|
- '{ echo ruok; sleep 1; } | {{ $zkConnectCommand }} | grep imok'
|
||||||
@ -194,8 +192,6 @@ spec:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- timeout
|
|
||||||
- "{{ .Values.zookeeper.probe.liveness.timeoutSeconds }}"
|
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -c
|
||||||
- '{ echo ruok; sleep 1; } | {{ $zkConnectCommand }} | grep imok'
|
- '{ echo ruok; sleep 1; } | {{ $zkConnectCommand }} | grep imok'
|
||||||
@ -208,8 +204,6 @@ spec:
|
|||||||
startupProbe:
|
startupProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- timeout
|
|
||||||
- "{{ .Values.zookeeper.probe.startup.timeoutSeconds }}"
|
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -c
|
||||||
- '{ echo ruok; sleep 1; } | {{ $zkConnectCommand }} | grep imok'
|
- '{ echo ruok; sleep 1; } | {{ $zkConnectCommand }} | grep imok'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user