Documentation Index
Fetch the complete documentation index at: https://docs.uselumina.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Install Lumina on Kubernetes using Helm charts.
Add Repository
helm repo add lumina https://charts.uselumina.io
helm repo update
Install
helm install lumina lumina/lumina --namespace lumina --create-namespace
Custom Values
Create values.yaml:
ingestion:
replicas: 3
api:
replicas: 2
worker:
replicas: 5
postgresql:
enabled: true
persistence:
size: 100Gi
Install with custom values:
helm install lumina lumina/lumina --namespace lumina --values values.yaml
Upgrade
helm repo update
helm upgrade lumina lumina/lumina --namespace lumina
Uninstall
helm uninstall lumina --namespace lumina