notice
This is documentation for Rasa X/Enterprise Documentation v1.2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.4.x).
Version: 1.2.x
Persistent Storage
Rasa Enterprise itself requires only one volume claim, which is used to store trained models and a local clone of the remote Git repository.
If you are using the default Postgres instance started by the Rasa Enterprise Helm chart, then there is an additional volume claim for the database.
Specifying Volume Sizes
You can define the claim sizes by setting the size
of these services in your
override file:
rasax:
persistence:
size: "10Gi"
postgresql:
persistence:
size: "100Gi"