Skip to content

Commit edc14d8

Browse files
committed
Add helm chart usage example
1 parent 775fe4e commit edc14d8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3549
prerequisites

0 commit comments

Comments
 (0)