1. Choose the chart source
The Helm chart is published as a public OCI artifact. If you are installing from a local checkout of the chart instead, skip these variables and use the local path in the
helm install commands below.2. Create the namespace
3. Create required Secrets
Docker Hub pull secret
Required ifglobal.imagePullSecrets is set (needed for hellocobi/* private images).
Backend environment secret
The backend reads its configuration from a Kubernetes Secret. Create it with your environment-specific values:Frontend environment secret
VITE_API_BASE_URL must match the backend Gateway route, Ingress, or Route hostname.
Connect service secret
CONNECT_SERVICE_TOKEN value in both the backend and connect secrets.
4. Build chart dependencies
If installing from a local chart directory:charts/.
5. Install
Choose a values file that matches your environment, then install:6. Verify the rollout
Running / 1/1 Ready. The vLLM pod takes longer (~5 min) while it downloads model weights.