Skip to content

Files

Latest commit

 

History

History
32 lines (20 loc) · 875 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 875 Bytes

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.