Install Vоice Gateway
All commands must be run from the root directory of the repository on VM1.
Add the Helm repository:
CODE
helm repo add aipix https://download.aipix.ai/repository/charts/ --username aipix --password aipix
helm repo update
helm search repo -l vgw
Create
values.yaml
file and adjust the parameters (see the architectural scheme):
CODE
helm show values aipix/vgw >> ../vgw/values.yaml
Install the Helm chart:
CODE
cd ./kubernetes
./update-vgw.sh