mirror of
https://github.com/fhmq/hmq.git
synced 2026-06-15 17:51:33 +00:00
Update deploy.yaml
This commit is contained in:
+5
-5
@@ -19,19 +19,19 @@ spec:
|
|||||||
- containerPort: 1883
|
- containerPort: 1883
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: mqtt-broker1
|
- name: mqtt-broker
|
||||||
mountPath: /conf
|
mountPath: /conf
|
||||||
subPath: hmq.config
|
subPath: hmq.config
|
||||||
- name: mqtt-broker1
|
- name: mqtt-broker
|
||||||
mountPath: /plugins/kafka/kafka.json
|
mountPath: /plugins/kafka/kafka.json
|
||||||
subPath: kafka.json
|
subPath: kafka.json
|
||||||
- name: mqtt-broker1
|
- name: mqtt-broker
|
||||||
mountPath: /plugins/authttp/http.json
|
mountPath: /plugins/authttp/http.json
|
||||||
subPath: kafka.json
|
subPath: kafka.json
|
||||||
volumes:
|
volumes:
|
||||||
- name: mqtt-broker1
|
- name: mqtt-broker
|
||||||
configMap:
|
configMap:
|
||||||
name: mqtt-broker1
|
name: mqtt-broker
|
||||||
items:
|
items:
|
||||||
- key: hmq.config
|
- key: hmq.config
|
||||||
path: hmq.config
|
path: hmq.config
|
||||||
|
|||||||
Reference in New Issue
Block a user