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
|
- ALL
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /etc/kafka
|
mountPath: /etc/kafka/server.properties
|
||||||
|
subPath: server.properties
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /var/lib/kafka/data
|
mountPath: /var/lib/kafka/data
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue