Helm on Kubernetes Install

Helm makes installing OliveTin on Kubernetes very easy, the official chart is hosted on Artifact Hub.

Artifact Hub

Quickstart

user@host: helm repo add olivetin https://olivetin.github.io/OliveTin-HelmChart/
user@host: helm install olivetin olivetin/olivetin

You should be able to browse to http://yourserver:1337 (or similar) to get to the web interface.

If you see the OliveTin page popup in your browser, you can jump to the configuration section as the next step.

Included templates

  • Deployment

  • ConfigMap

  • Service

  • Ingress (optional)