Kubernetes
Fluidify Regen ships with a production-ready Helm chart.Prerequisites
- Kubernetes 1.24+
- Helm 3.x
- A PostgreSQL instance (RDS, Cloud SQL, or self-hosted)
- A Redis instance (ElastiCache, MemoryStore, or self-hosted)
Install
Configuration
All configuration is indeploy/helm/fluidify-regen/values.yaml. Key sections:
Image
Ingress
Resources
Autoscaling
Secrets
Pass secrets via Helm values (not recommended for production) or reference an existing Kubernetes Secret:Migrations
Migrations run as a Kubernetes Job before the Deployment starts. The Deployment has aninitContainer that waits for the Job to complete.
To run migrations manually:
