File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 47
47
requests :
48
48
cpu : 100m
49
49
memory : 512Mi
50
- livenessProbe :
50
+ readinessProbe :
51
51
exec :
52
52
command :
53
53
- /bin/sh
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ spec:
47
47
requests :
48
48
cpu : 10m
49
49
memory : 100Mi
50
- livenessProbe :
51
- exec :
52
- command :
53
- - /bin/sh
54
- - -c
55
- - ' [ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
50
+ # livenessProbe:
51
+ # exec:
52
+ # command:
53
+ # - /bin/sh
54
+ # - -c
55
+ # - '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
56
56
readinessProbe :
57
57
exec :
58
58
command :
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ spec:
50
50
requests :
51
51
cpu : 10m
52
52
memory : 100Mi
53
- livenessProbe :
54
- exec :
55
- command :
56
- - /bin/sh
57
- - -c
58
- - ' [ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
53
+ # livenessProbe:
54
+ # exec:
55
+ # command:
56
+ # - /bin/sh
57
+ # - -c
58
+ # - '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
59
59
readinessProbe :
60
60
exec :
61
61
command :
You can’t perform that action at this time.
0 commit comments