Guide
The Sigma 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).1
Add the Sigma Helm repository
2
Install Sigma
Install into its own namespace (recommended):This will pull the latest Sigma chart and deploy all dependencies.
3
Verify the installation
Running state before accessing Sigma.4
Access Sigma
By default, the chart exposes Sigma via a Kubernetes Service. For local testing, you can port-forward:Then open https://xx.xxx.xxx.
5
Configure Sigma
Configure your deployment by modifying the
values.yaml file in the Sigma/deployment/helm/charts/Sigma directory.You’ll need to restart Sigma after changing any values.yaml variables.Next Steps
Configure Authentication
Set up authentication for your Sigma deployment with OAuth, OIDC, or SAML.
More Sigma Configuration Options
Learn about all available configuration options for your Sigma deployment.
