File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ spec:
66
66
command :
67
67
- /bin/sh
68
68
- -c
69
- - ' [ "imok" == $(echo " ruok" | nc -w 1 127.0.0.1 2181) ]'
69
+ - ' [ "imok" = " $(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
70
70
readinessProbe :
71
71
exec :
72
72
command :
73
73
- /bin/sh
74
74
- -c
75
- - ' [ "imok" == $(echo " ruok" | nc -w 1 127.0.0.1 2181) ]'
75
+ - ' [ "imok" = " $(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
76
76
volumeMounts :
77
77
- name : config
78
78
mountPath : /usr/local/kafka/config
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ spec:
66
66
command :
67
67
- /bin/sh
68
68
- -c
69
- - ' [ "imok" == $(echo " ruok" | nc -w 1 127.0.0.1 2181) ]'
69
+ - ' [ "imok" = " $(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
70
70
readinessProbe :
71
71
exec :
72
72
command :
73
73
- /bin/sh
74
74
- -c
75
- - ' [ "imok" == $(echo " ruok" | nc -w 1 127.0.0.1 2181) ]'
75
+ - ' [ "imok" = " $(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
76
76
volumeMounts :
77
77
- name : config
78
78
mountPath : /usr/local/kafka/config
You can’t perform that action at this time.
0 commit comments