mirror of
https://github.com/siderolabs/omni.git
synced 2026-02-05 15:45:13 +01:00
**Helm Chart v2:** - Add new Helm chart with comprehensive configuration via values.yaml - Support for both Kubernetes Ingress and Gateway API - Built-in validation for required fields and URL consistency - Prometheus metrics and ServiceMonitor support - Detailed documentation with examples for Traefik - Workload proxy setup guide **Deploy directory reorganization:** - Move Docker Compose files to `deploy/compose/` - Move existing Helm chart to `deploy/helm/omni/` - Add top-level `deploy/README.md` pointing to deployment options - Add deprecation warning to v1 Helm chart **Documentation:** - Add link to Helm chart in root README Co-authored-by: Kevin Tijssen <kevin.tijssen@siderolabs.com> Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
Omni Deployment
This directory contains deployment options for Omni.
Deployment Options
- Docker Compose: See compose/README.md
- Helm Chart (v2): See helm/v2/omni/README.md
Note
We recommend using the Helm chart v2 for all new deployments. The Docker Compose setup and the deprecated v1 Helm chart (in
helm/omni/) are not recommended for new installations.