Prerequisites
- Kubernetes cluster (v1.19+)
- Helm 3.x installed
- kubectl configured to access your cluster
- Enterprise License Key
Using External Services
For production-grade deployments, we strongly recommend using external, managed PostgreSQL and Redis services (e.g., Amazon RDS, Azure Database for PostgreSQL, ElastiCache).External PostgreSQL Configuration
External Redis Configuration
Installation Steps
1. Helm Chart Location
The Helm chart is located in thedeploy/flo-helm directory of your Enterprise package.
2. Update Dependencies
3. Configure Enterprise Edition
Create avalues.yaml file with your core configuration:
4. Install FLO
5. Verify Deployment
Production Checklist
- License Key: Ensure
flo.licenseKeyis set correctly. - HTTPS: Configure an Ingress controller with TLS termination.
- Resource Limits: Set CPU and memory limits based on ibr hardware recommendations.
- Data Residency: Use external managed databases for reliability and backups.