Hi openHAB team,
I maintain charts in the HelmForge ecosystem and wanted to share that openHAB is available as a third-party Helm chart for Kubernetes users:
Example installation:
helm repo add helmforge https://repo.helmforge.dev
helm repo update
helm install openhab helmforge/openhab
OCI installation:
helm install openhab oci://ghcr.io/helmforgedev/helm/openhab
The chart uses the official openhab/openhab container image and supports common Kubernetes deployment needs, including a single-instance StatefulSet, persistent volumes for userdata, conf, and addons, ConfigMap-managed openHAB configuration files, Ingress, Gateway API HTTPRoute, External Secrets Operator integration, optional Karaf Service, Prometheus metrics/ServiceMonitor, S3-compatible backup, probes, resource settings, and scheduling options.
The chart explicitly documents that openHAB is deployed as a single instance and should not be treated as a horizontally scalable workload.
Would you be open to adding this to the openHAB documentation as an unofficial / third-party Kubernetes installation method? This could help users who already operate Kubernetes clusters discover a maintained Helm-based deployment path, while keeping ownership clear that the chart is maintained by HelmForge and not by the upstream openHAB project.
If preferred, I can open a small documentation PR with a short third-party Kubernetes/Helm section linking to the HelmForge chart.
Hi openHAB team,
I maintain charts in the HelmForge ecosystem and wanted to share that openHAB is available as a third-party Helm chart for Kubernetes users:
oci://ghcr.io/helmforgedev/helm/openhabExample installation:
OCI installation:
The chart uses the official
openhab/openhabcontainer image and supports common Kubernetes deployment needs, including a single-instance StatefulSet, persistent volumes foruserdata,conf, andaddons, ConfigMap-managed openHAB configuration files, Ingress, Gateway API HTTPRoute, External Secrets Operator integration, optional Karaf Service, Prometheus metrics/ServiceMonitor, S3-compatible backup, probes, resource settings, and scheduling options.The chart explicitly documents that openHAB is deployed as a single instance and should not be treated as a horizontally scalable workload.
Would you be open to adding this to the openHAB documentation as an unofficial / third-party Kubernetes installation method? This could help users who already operate Kubernetes clusters discover a maintained Helm-based deployment path, while keeping ownership clear that the chart is maintained by HelmForge and not by the upstream openHAB project.
If preferred, I can open a small documentation PR with a short third-party Kubernetes/Helm section linking to the HelmForge chart.