ejabberd

An Helm chart to deploy ejabberd

Goal

This repo contains an helm chart to help deploying ejabberd on Kubernetes cluster. It uses the official docker image.

Installation

Namespace

Create a namespace for the app :

$ kubectl create ns ejabberd

App

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

Credits

The startup script (cluster.sh) is from Robbilie repo.