benchgen) that deploys the whole platform: the core benchmarking stack (Django, Prefect, LiteLLM, MinIO, compute worker) plus the required agentspace bundle (chat UI, AI-bot agent, and their backing services).
The chart carries working defaults for everything structural. Your values file only needs the environment-specific inputs: hostnames, secrets, and per-service credentials. See the Helm values reference for every parameter.
Prerequisites
Create the pull secret before installing:
For air-gapped environments the images are served from the platform registry instead of the public internet - see Air-gapped environments on the DT Edge Platform page.
Install
Start from the minimal values file (values-minimal.yaml in the chart) and replace every CHANGE-ME placeholder and hostname:
- Database migrations run before the app starts.
job-chatui-admin-initcreates the chat UI admin account and applies instance settings (open sign-ups, default role and permissions, API connections) through the admin API.job-aibot-admin-initseeds the agentspace admin and the client account through the AI-bot agent API.
Ray is the only optional dependency. Keep
ray.enabled: false and point config.RAY_URL / config.RAY_MODEL_API at a remote GPU server, or enable it in-cluster on a GPU node.Upgrade
Upgrades are plain Helm upgrades with a newer chart version:Verify the deployment
https://<ingress.hosts.main> and sign in with the superadmin account (superadmin / secrets.SUPERADMIN_PASSWORD).