Using Kubernetes (Beta)
Deploy LangDB AI Gateway on Kubernetes using Helm, connecting to external Postgres, Redis, and ClickHouse for scalable, cloud-native operations.
Deploy using Helm
Clone the Repository
git clone [email protected]:langdb/helm-chart.git
cd helm-chart/helm/ai-gatewayConfigure values.yaml
values.yamlenv:
CLICKHOUSE_HOST: <external-clickhouse-host>
REDIS_HOST: <external-redis-host>
POSTGRES_HOST: <external-postgres-host>
POSTGRES_USER: <your-user>
POSTGRES_PASSWORD: <your-password>
POSTGRES_DB: <your-db>
config: |
# ai-gateway configuration
http:
host: "0.0.0.0"
port: 8080Deploy Using Helm
Accessing AI Gateway
Uninstall
Last updated
Was this helpful?