OpenNMS Helm Charts

Helm charts for deploying OpenNMS Horizon Core, Sentinel, and Minion on Kubernetes. The charts configure connectivity to externally-managed Postgres, Kafka, and Elasticsearch — they do not deploy those systems.

Add the repo

helm repo add opennms-helm-charts https://labmonkeys-space.github.io/opennms-helm-charts/
helm repo update
helm search repo opennms-helm-charts

Or pull via OCI

helm pull oci://ghcr.io/labmonkeys-space/charts/opennms-stack --version 0.1.0

Available charts

ChartDescription
opennms-stack Umbrella for the central OpenNMS site — deploys Core + Sentinel as a matched pair.
core OpenNMS Horizon Core — single-replica StatefulSet with persistent RRD storage.
sentinel OpenNMS Sentinel — distributed flow processor, horizontally scalable.
minion OpenNMS Minion — edge collector, deployed per remote location.

Documentation