This repository contains Helm charts for deploying Nango on Kubernetes.
Nango is a single API for all your integrations. It provides OAuth handling, webhook management, and unified API access to hundreds of third-party services.
| Chart | Description | Version |
|---|---|---|
| nango | Complete Nango deployment with all components |
- Kubernetes 1.19+
- Helm 3.0+
- PV provisioner support in the underlying infrastructure
helm repo add nangohq https://nangohq.github.io/nango-helm-charts
helm repo updatehelm install nango nangohq/nangohelm uninstall nango- Nango Chart Documentation - Detailed configuration and usage
- Nango Official Documentation - Application documentation
- Helm Documentation - Helm usage guide