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.
helm repo add opennms-helm-charts https://labmonkeys-space.github.io/opennms-helm-charts/ helm repo update helm search repo opennms-helm-charts
helm pull oci://ghcr.io/labmonkeys-space/charts/opennms-stack --version 0.1.0
| Chart | Description |
|---|---|
| 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. |