aboutsummaryrefslogtreecommitdiff
path: root/50kafka.yml
diff options
context:
space:
mode:
Diffstat (limited to '50kafka.yml')
-rw-r--r--50kafka.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/50kafka.yml b/50kafka.yml
index c0a3cbe..e2e6880 100644
--- a/50kafka.yml
+++ b/50kafka.yml
@@ -27,12 +27,12 @@ spec:
volumeMounts:
- name: datadir
mountPath: /opt/kafka/data
- # - name: conf
- # mountPath: /opt/kafka/config/server.properties
- #volumes:
- #- name: conf
- # configMap:
- # name: conf-d
+ - name: config
+ mountPath: /opt/kafka/config
+ volumes:
+ - name: config
+ configMap:
+ name: kafka-config
volumeClaimTemplates:
- metadata:
name: datadir