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:
commit
9c90b77210
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue