SmartGateway Helm Chart — Quick Deployment Guide (Multi-Cloud)
This Helm Chart deploys SmartGateway on Kubernetes (microservices + MySQL + required configuration).
Optimized for:
Before you start (requirements)
You need:
Verify tooling:
Select your cluster.
Run the deployment by clicking the "Connect" button.
Select the option "Manage files"
unzip SmartGatewayHelmChart.zip
cd helm-deployment # folder where Chart.yaml exists
2) Install (choose your cloud)
Note: datasynchub namespace is created automatically.
Then, execute this command
helm install oneconnect . \
--namespace oneconnect \
--create-namespace \
--values values-azure.yaml \
--set dockerHub.token=YOUR_TOKEN
Note: Don't forget to insert your token in the command