aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zookeeper/50pzoo.yml2
-rw-r--r--zookeeper/51zoo.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/zookeeper/50pzoo.yml b/zookeeper/50pzoo.yml
index 16c0aa5..166c503 100644
--- a/zookeeper/50pzoo.yml
+++ b/zookeeper/50pzoo.yml
@@ -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:
diff --git a/zookeeper/51zoo.yml b/zookeeper/51zoo.yml
index 8e15a7f..23c0c78 100644
--- a/zookeeper/51zoo.yml
+++ b/zookeeper/51zoo.yml
@@ -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: