kuzzleio / helm-charts

Helm charts built by the kuzzle team
4 stars 0 forks source link

Add ChirpStack helm chart #7

Closed Kuruyia closed 1 year ago

Kuruyia commented 1 year ago

What does this PR do ?

This adds the helm chart for deploying ChirpStack and its REST API bridge.

ChirpStack dependencies (Postgres, Redis & an MQTT broker) must be deployed separately, and the hosts of those services must be set accordingly when installing this chart.

Aschen commented 1 year ago

I don't understand this sentence the hosts of those services must be set accordingly when installing this chart.

Does it means that Chirpstack can be deployed on each client?

Kuruyia commented 1 year ago

In our case, ChirpStack will not be deployed on each client but globally (although the helm chart has been written so it could be configured to be installed anywhere).

This sentence meant that, when installing the helm chart, you have to manually set the hostnames where ChirpStack can connect to the Postgres, the Redis and the MQTT broker.