Helm charts for deploying Wraft on Kubernetes.
# Add the Wraft Helm repository
helm repo add wraft https://wraft.github.io/charts
# Install Wraft
helm install wraft wraft/wraft
# Install specific version
helm install wraft wraft/wraft --version 0.1.2
# Install with custom values
helm install wraft wraft/wraft --values my-values.yaml
# Install to specific namespace
helm install wraft wraft/wraft --namespace wraft --create-namespace
- Frontend web interface
- Backend API services
- PostgreSQL database
- Typesense search engine
- MinIO object storage
- Ingress configurations
- Kubernetes 1.16+
- Helm 3.0+
- Minimum 2 vCPUs, 4GB RAM, 20GB storage