Skip to content

Commit

Permalink
fix: zookeeper cluster conf dir
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Dec 7, 2024
1 parent e5e0e36 commit 44c1117
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/zookeeper-cluster/zookeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ spec:
volumeMounts:
- name: data
mountPath: /var/lib/zookeeper
subPath: zookeeper
- name: data
mountPath: /opt/zookeeper/conf
subPath: conf
securityContext:
runAsUser: 1000
fsGroup: 1000
Expand Down

0 comments on commit 44c1117

Please sign in to comment.