Rasa X is a toolset that helps you leverage conversations to improve your Rasa assistant. This Helm chart provides a quick, production-ready deployment of Rasa X in your cluster.
NOTE: Please see the Rasa X documentation for a detailed guide on usage and configuration of this chart.
- Kubernetes 1.12+
- Helm 2.11+ or 3
- Persistent Volume provisioner support in the underlying infrastructure
helm repo add rasa-x https://rasahq.github.io/rasa-x-helm
helm install <your release name> rasa-x/rasa-x
helm upgrade <your release name> rasa-x/rasa-x
helm delete <your release name>
All configurable values are documented in values.yaml
. For a quick installation we
recommend to set at least these values:
Parameter | Description | Default |
---|---|---|
rasax.passwordSalt |
Password salt which Rasa X uses for the user passwords. | passwordSalt |
rasax.token |
Token which the Rasa X pod uses to authenticate requests from other pods. | rasaXToken |
rasax.command |
Override the default command to run in the container. | [] |
rasax.args |
Override the default arguments to run in the container. | [] |
rasax.jwtSecret |
Secret which is used to sign JWT tokens of Rasa X users. | jwtSecret |
rasax.initialUser.username |
Only for Rasa Enterprise. A name of the user that will be created immediately after the first launch (rasax.initialUser.password should be specified). |
admin |
rasax.initialUser.password |
Password for the initial user. If you use Rasa Enterprise and leave it empty, no users will be created. If you use Rasa CE and leave it empty, the password will be generated automatically. | "" |
rasa.token |
Token which the Rasa pods use to authenticate requests from other pods. | rasaToken |
rasa.command |
Override the default command to run in the container. | [] |
rasa.args |
Override the default arguments to run in the container. | [] |
rasa.extraArgs |
Additional rasa arguments. | [] |
rabbitmq.rabbitmq.password |
Password for RabbitMq. | test |
global.postgresql.postgresqlPassword |
Password for the Postgresql database. | password |
global.redis.password |
Password for redis. | password |
rasax.tag |
Version of Rasa X which you want to use. | 0.29.1 |
rasa.version |
Version of Rasa Open Source which you want to use. | 2.0.3 |
rasa.tag |
Image tag which should be used for Rasa Open Source. Uses rasa.version if empty. |
`` |
app.name |
Name of your action server image. | rasa/rasa-x-demo |
app.tag |
Tag of your action server image. | 0.29.1 |
app.command |
Override the default command to run in the container. | [] |
app.args |
Override the default arguments to run in the container. | [] |
eventService.command |
Override the default command to run in the container. | [] |
eventService.args |
Override the default arguments to run in the container. | [] |
nginx.command |
Override the default command to run in the container. | [] |
nginx.args |
Override the default arguments to run in the container. | [] |
duckling.command |
Override the default command to run in the container. | [] |
duckling.args |
Override the default arguments to run in the container. | [] |
global.progressDeadlineSeconds |
Specifies the number of seconds you want to wait for your Deployment to progress before the system reports back that the Deployment has failed progressing. | 600 |
- If you encounter bugs or have suggestions for this Helm chart, please create an issue in this repository.
- If you have general questions about usage, please create a thread in the Rasa Forum.
We are very happy to receive and merge your contributions. You can find more information about how to contribute to Rasa (in lots of different ways!) here.
To contribute via pull request, follow these steps:
- Create an issue describing the feature you want to work on
- Create a pull request describing your changes
This repository automatically release a new version of the Helm chart once new changes are merged. The only required steps are:
- Make the changes to the chart
- Run
helm lint --strict charts/rasa-x
- Increase the chart
version
incharts/rasa-x/Chart.yaml
Licensed under the Apache License, Version 2.0. Copyright 2020 Rasa Technologies GmbH. Copy of the license.