Version: 1.4.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"