Add persistent volume to rasa/rasa chart

I’m trying to add persistent volumes to my rasa instances in Kubernetes. I’m using the rasa/rasa chart and I’m hoping that I can keep all my trained models in a persistent volume so when the pod needs to restart for whatever reason it can load the latest trained model from the volume.

I see in the values file I can add a volume and volumeMount but not sure how to add a persistent volume here?

1 Like