File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5858 command :
5959 - ./bin/kafka-server-start.sh
6060 - /etc/kafka/server.properties
61+ lifecycle :
62+ preStop :
63+ exec :
64+ command : ["sh", "-ce", "kill -s TERM 1; while $(kill -0 1 2>/dev/null); do sleep 1; done"]
6165 resources :
6266 requests :
6367 cpu : 100m
Original file line number Diff line number Diff line change 4040 command :
4141 - ./bin/zookeeper-server-start.sh
4242 - /etc/kafka/zookeeper.properties
43+ lifecycle :
44+ preStop :
45+ exec :
46+ command : ["sh", "-ce", "kill -s TERM 1; while $(kill -0 1 2>/dev/null); do sleep 1; done"]
4347 ports :
4448 - containerPort : 2181
4549 name : client
Original file line number Diff line number Diff line change 4343 command :
4444 - ./bin/zookeeper-server-start.sh
4545 - /etc/kafka/zookeeper.properties
46+ lifecycle :
47+ preStop :
48+ exec :
49+ command : ["sh", "-ce", "kill -s TERM 1; while $(kill -0 1 2>/dev/null); do sleep 1; done"]
4650 ports :
4751 - containerPort : 2181
4852 name : client
You can’t perform that action at this time.
0 commit comments