mirror of
https://github.com/siderolabs/omni.git
synced 2026-03-28 19:21:07 +01:00
Allow setting the workload proxy subdomain to an empty string when useOmniSubdomain is true. This exposes services directly as subdomains of Omni (e.g., grafana.omni.example.com), which is the simplest possible setup for on-prem deployments needing only a wildcard DNS and cert on the Omni domain. Continuation of https://github.com/siderolabs/omni/pull/2538. 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: See helm/omni/README.md
Note
We recommend using the Helm chart for all new deployments. The Docker Compose setup is not recommended for new installations.