Skip to content

Commit

Permalink
Default shell on debian should forward signals properly
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 23, 2017
1 parent 6a934de commit c188f43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
ports:
- containerPort: 9092
command:
- /bin/bash
- /bin/sh
- -c
- >
./bin/kafka-server-start.sh
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: JMX_PORT
value: "5555"
command:
- /bin/bash
- /bin/sh
- -euc
- >
export ZOOKEEPER_SERVER_ID=$((${HOSTNAME##*-} + 1));
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: JMX_PORT
value: "5555"
command:
- /bin/bash
- /bin/sh
- -euc
- >
export ZOOKEEPER_SERVER_ID=$((${HOSTNAME##*-} + 4));
Expand Down

0 comments on commit c188f43

Please sign in to comment.