From 55f1f1aa8001b422e4e648cf8240a2bdf0dbfd52 Mon Sep 17 00:00:00 2001 From: "joy.zhou" Date: Sun, 19 Jan 2020 11:19:21 +0800 Subject: [PATCH] Update deploy.yaml --- deploy/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 67abe8c..3e327e3 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -19,19 +19,19 @@ spec: - containerPort: 1883 - containerPort: 8080 volumeMounts: - - name: mqtt-broker1 + - name: mqtt-broker mountPath: /conf subPath: hmq.config - - name: mqtt-broker1 + - name: mqtt-broker mountPath: /plugins/kafka/kafka.json subPath: kafka.json - - name: mqtt-broker1 + - name: mqtt-broker mountPath: /plugins/authttp/http.json subPath: kafka.json volumes: - - name: mqtt-broker1 + - name: mqtt-broker configMap: - name: mqtt-broker1 + name: mqtt-broker items: - key: hmq.config path: hmq.config