Guide
The Onyx Helm chart packages all the required services (API, web, PostgreSQL, Vespa, etc.) into a single deployment. By default, persistent volumes will be created for stateful services (e.g. PostgreSQL, Vespa).Install Onyx
Install into its own namespace (recommended):This will pull the latest Onyx chart and deploy all dependencies.
Access Onyx
By default, the chart exposes Onyx via a Kubernetes Service. For local testing, you can port-forward:Then open http://localhost:8080.
Next Steps
Configure Authentication
Set up authentication for your Onyx deployment with OAuth, OIDC, or SAML.
More Onyx Configuration Options
Learn about all available configuration options for your Onyx deployment.