Merge pull request #164 from sirius0xdev/fix/kafka-config-mount-subpath

fix Kafka config mount: use subPath to avoid /etc/kafka/secrets conflict
This commit is contained in:
sirius0xdev 2026-05-25 19:55:35 -04:00 committed by GitHub
commit 9c90b77210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,8 @@ spec:
- ALL
volumeMounts:
- name: config
mountPath: /etc/kafka
mountPath: /etc/kafka/server.properties
subPath: server.properties
- name: data
mountPath: /var/lib/kafka/data
readinessProbe: