/openhab-helm

A helm chart for deploying openHAB.

GNU General Public License v3.0GPL-3.0

openHAB - Helm Chart

This repo contains all charts to deploy openHAB in a kubernetes cluster.

Install openHAB with helm

$ helm repo add openhab-helm https://watcherwhale.github.io/openhab-helm/
$ helm repo update

$ helm install openhab openhab-helm/openhab

Configuration

To configure this chart read through the values.yaml or the readme in the opehhab chart.

You can then create a custom values.yaml and deploy it:

$ helm install openhab openhab-helm/openhab -f values.yaml