I have been following the deployment methods mentioned here to deploy a bot into production, Ubuntu 18.04 using CLI.
So far I have completed the quick install script and pushed the custom server image into dockerhub. The part where I am stuck is Adding a Custom Action Server to the values.yml file.
I am not sure where to find the file itself so I cannot update the values there manually
helm repo update
helm upgrade
–values values.yml
–namespace rasa
–reuse-values
rasa rasa-x/rasa-x
So all helm chart related configuration was done by the script itself and I kept it that way as I was not familiar with it.
Rasa-x is running and I am able to access it via browser. The custom action server is pushed to docker and that is something which I want the bot connect.