Hey so i deployed my rasax chatbot on kubernetes. The way i connected my chatbot locally with external analytics was to put an event broker in the endpoints.yml file and installing dashbot in the pip environment. How do i do the same for the kubernetes deployment? Its likely to do in the values.yml file right?
The only thing i found in the values.yml that might be it is ( # Optional additional rabbit queues for e.g. connecting to an analytics stack
additionalRabbitQueues: [])
But i have no clue what comes into it, are there any examples?
is it like additionalRabbitQueues: [event_broker: type: dashbot.rasa.rasa apiKey: “PLACEHOLDER”]
this ?
pinging @ChrisRahme for the help and suggestion, I don’t have any experience working on Kubernetes. I guess Chris will provide better idea and solution