File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ MQTT Proxy allows MQTT clients to send messages to other messaging systems
1919 * [ ] [ Apache Pulsar] ( https://pulsar.apache.org/ )
2020 * [ ] Others
2121* [ ] Authentication
22- * [ ] Helm chart
22+ * [x ] Helm chart
2323
2424## Build
2525### build binary
@@ -30,6 +30,20 @@ MQTT Proxy allows MQTT clients to send messages to other messaging systems
3030
3131 make clean docker-build
3232
33+ ## Helm 3 chart
34+
35+ Deploy the Helm chart
36+
37+ ``` bash
38+ git clone
[email protected] :grepplabs/mqtt-proxy.git
39+ helm install mqtt-proxy ./mqtt-proxy/charts/mqtt-proxy \
40+ --set image.tag=latest \
41+ --set image.repository=grepplabs/mqtt-proxy \
42+ --values <( echo ' {
43+ "extraArgs" : ["server","--mqtt.publisher.name=noop"]
44+ }' )
45+ ```
46+
3347## Test
3448
3549prerequisites
You can’t perform that action at this time.
0 commit comments