Hub Enterprise - K8S (Helm) Installation Quick Spec
OpenLegacy provides a Helm-based installation script for deploying the server environment on Kubernetes clusters. The installation bundle should be downloaded as described below; pod resource specifications are preconfigured as part of the deployment.
Requirements
- Kubernetes Cluster: A running and accessible cluster
- Helm: Installed and configured (v3+)
- kubectl: Installed and configured
Minimum resource specifications for each pod are automatically set in the Helm chart; no manual intervention is required.
Pod Resources
Service | Max CPU | Max RAM | Disk Space |
---|---|---|---|
OpenLegacy Hub | 500m | 1024Mi | 5Gi |
Keycloak | 1000m | 1024Mi | None |
Postgres | 1000m | 1024Mi | 5Gi |
Installation Steps
- Download the installation bundle from download.openlegacy.com.
- Extract the bundle if needed.
- Follow the README provided in the installation package for detailed Helm setup and configuration instructions.
Access to download.openlegacy.com: Contact your OpenLegacy representative to obtain access for downloading the installation bundle.
All server components are deployed using Helm charts for simplified, scalable, and automated management on Kubernetes. The installation package includes documentation on advanced options and troubleshooting.
Updated 3 days ago