...
After updating the above configurations, run below command from the parent directory to generate the charts with all dependencies.
helm dep update
Then, run below command to install all the components under desired NAMESPACE
helm install -n dcaemod2 --namespace <NAMESPACE> ./
Verify all the components (pods) are up
dcaemod2-mongo-0
dcaemod2-ui
catalog-service
auth-service
Working with UI
After deploying the mod2 components using docker compose or helm charts, UI will be available in below URL where hostname would be the hostname or IP address of the deployed VM
...