charts/charts/mosquitto
nolte aacd8ceac0
[mosquitto] add Prometheus Exporter as Sidecar Container (#118)
Signed-off-by: nolte <nolte07@googlemail.com>

Co-authored-by: nolte <nolte07@googlemail.com>
2020-11-08 12:41:30 -05:00
..
ci [mosquitto] add Prometheus Exporter as Sidecar Container (#118) 2020-11-08 12:41:30 -05:00
templates [mosquitto] add Prometheus Exporter as Sidecar Container (#118) 2020-11-08 12:41:30 -05:00
.helmignore Add mosquitto chart 2020-09-11 13:46:25 +02:00
Chart.yaml [mosquitto] add Prometheus Exporter as Sidecar Container (#118) 2020-11-08 12:41:30 -05:00
README.md Add mosquitto chart 2020-09-11 13:46:25 +02:00
values.yaml [mosquitto] add Prometheus Exporter as Sidecar Container (#118) 2020-11-08 12:41:30 -05:00

Mosquitto: A small MQTT broker

This is a helm chart for mosquitto

TL;DR;

$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install k8s-at-home/mosquitto

Installing the Chart

To install the chart with the release name my-release:

helm install --name my-release k8s-at-home/mosquitto

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm delete my-release --purge

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install --name my-release \
  --set persistence.enabled=true \
    k8s-at-home/mosquitto

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

helm install --name my-release -f values.yaml k8s-at-home/mosquitto