Skip to content

Commit 3344799

Browse files
committed
Uses the same data path convention as zookeeper, from Confluent Platform
1 parent ccb9e5d commit 3344799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

50kafka.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ spec:
3434
./bin/kafka-server-start.sh
3535
config/server.properties
3636
--override log.retention.hours=-1
37-
--override log.dirs=/opt/kafka/data/topics
37+
--override log.dirs=/var/lib/kafka/data/topics
3838
--override broker.id=${HOSTNAME##*-}
3939
volumeMounts:
4040
- name: datadir
41-
mountPath: /opt/kafka/data
41+
mountPath: /var/lib/kafka/data
4242
volumeClaimTemplates:
4343
- metadata:
4444
name: datadir

0 commit comments

Comments
 (0)