Private Cloud Deployment
Requirements
- Kubernetes cluster with internet access restricted
- Private container registry
- Internal DNS and networking
Air-Gapped Install
`ash
Load images to private registry
proai airgap export --output /path/to/images/ proai airgap import --registry my-registry.com/proai
Install with private images
helm install proai proai/proai-platform
--set image.registry=my-registry.com/proai
--set license_key=YOUR_KEY
`