An Helm chart to deploy ejabberd
This repo contains an helm chart to help deploying ejabberd on Kubernetes cluster. It uses the official docker image.
Create a namespace for the app :
$ kubectl create ns ejabberd
Currently that helm-chart is not (yet) deployed to a helm-registry. So you have to install it by checking out this repo
$ git checkout https://github.com/nicolas2bonfils/helm-ejabberd.git
$ cd helm-ejabberd
$ helm install -n ejabberd ejabberd . -f values.yaml
The startup script (cluster.sh
) is from Robbilie repo.