Skip to content

Commit 6a934de

Browse files
committed
solsson/kafka on debian restores installation path to /opt/kafka
1 parent 9f47cd0 commit 6a934de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
- '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
7676
volumeMounts:
7777
- name: config
78-
mountPath: /usr/local/kafka/config
78+
mountPath: /opt/kafka/config
7979
- name: data
8080
mountPath: /var/lib/zookeeper/data
8181
volumes:

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
- '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
7676
volumeMounts:
7777
- name: config
78-
mountPath: /usr/local/kafka/config
78+
mountPath: /opt/kafka/config
7979
- name: data
8080
mountPath: /var/lib/zookeeper/data
8181
volumes:

0 commit comments

Comments
 (0)