Install on server mode without Postgres/RabbitMQ/Redis

Hey team. Is it possible to install RasaX without it’s dependencies? What about RabbitMQ? Is it possible to install on server mode without having it? In my current infra permissions, I only have access to a small redis and postgres instance.

Thanks

hi @ourway ! is the issue that you can’t get a sufficiently sized machine to run all the containers? You don’t need access to a managed redis / rabbitmq service, just a virtual machine.

The issue is I have only access to K8s, not VMs and we have custom way to injecting secrets in our infra.

Hi @ourway

What kind of deployment do you use?

You mentioned that you have access to k8s, you can use the helm chart to install Rasa X (Helm Chart Installation). There you can define that you don’t want to install Postgrers/RabbitMQ/Redis by setting proper values in configuration e.g. rabbitmq.install=false (rasa-x-helm/values.yaml at 0ece97310c4cf8b9212a885637598cf995ca4e16 · RasaHQ/rasa-x-helm · GitHub)

And then you can define in configuration address of a rabbitmq instance that you wanna use if you already have one.