Skip to content

Commit

Permalink
solsson/kafka on debian restores installation path to /opt/kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 23, 2017
1 parent 9f47cd0 commit 6a934de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
volumeMounts:
- name: config
mountPath: /usr/local/kafka/config
mountPath: /opt/kafka/config
- name: data
mountPath: /var/lib/zookeeper/data
volumes:
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
volumeMounts:
- name: config
mountPath: /usr/local/kafka/config
mountPath: /opt/kafka/config
- name: data
mountPath: /var/lib/zookeeper/data
volumes:
Expand Down

0 comments on commit 6a934de

Please sign in to comment.