Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jklaiber/jalapeno-helm
Helm Chart for Jalapeno
https://github.com/jklaiber/jalapeno-helm
Last synced: 13 days ago
JSON representation
Helm Chart for Jalapeno
- Host: GitHub
- URL: https://github.com/jklaiber/jalapeno-helm
- Owner: jklaiber
- Created: 2022-03-10T09:54:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T13:18:22.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T02:07:59.666Z (8 months ago)
- Language: Mustache
- Size: 171 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jalapeno Helm Chart
This repository should provide a basic Helm Chart for the Jalapeno project.
In order to minimize the configuration and maintainance effort, there are also official charts in use (influxdb, grafana and kafka).## Limitations
There are some limitations in the moment:### ArangoDB Root Password
The arangodb operator does not yet let us define a root password.
Therefore you have to install the helm chart and first set the root password in the UI of Arango.
After that all crashing pods will be coming in a running state.
The default password of the arangodb is as follows:
```
username: root
password: ""
```## Prerequisites
You need to install the arangodb operator first. This is the new official recommended way to deploy arango databases on a Kubernetes cluster.
```
export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/1.2.8
helm install arangodb-crd $URLPREFIX/kube-arangodb-crd-1.2.8.tgz
helm install arangodb-operator $URLPREFIX/kube-arangodb-1.2.8.tgz
```## Deploy Helm Chart
```
$ helm install -f jalapeno --namespace
```