Hi @nik202 locally Rasa server runs on localalhost:5005, but I want to make it run on a separate endpoint, meaning I need to run it on localhost:5005/bot. Is it possible to achieve this ? If yes, where should I configure this change?
You could put nginx
in front of the endpoint to accomplish this.
@stephens I’ve configured nginx-Ingress in my deployment to backend to my Rasa OS pod. It’s working fine