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).
Configure your deployment by modifying the values.yaml file in the onyx/deployment/helm/charts/onyx directory.You’ll need to restart Onyx after changing any values.yaml variables.
The Helm chart also renders the sandbox namespace, sandbox RBAC, sandbox pod template, sandbox proxy,
and scheduled-task worker configuration used by Craft.
The Helm chart does not support the Docker sandbox backend. Docker sandboxes are for Docker Compose deployments.