This repository contains the helm chart to deploy Jalapeno on a Kubernetes cluster. The official repository for Jalapeno can be found here.
In order to use the Helm chart as is, a Kubernetes load balancer is needed.
- Create namespace "jalapeno" on cluster
- Install using files locally
helm install jalapeno ./jalapeno-helm -n jalapeno
If the arangoDB gets changed the ArangoDB Chart has to be rebuild and copied into the charts folder of the Jalapeno Chart.
- build ArangoDB Chart:
helm package .