RasaHQ / financial-demo

A demo for a financial services bot
Apache License 2.0
309 stars 398 forks source link

Persistent volume cleanup #155

Closed ArjaanBuijk closed 3 years ago

ArjaanBuijk commented 3 years ago

When deleting test clusters, it is needed to first delete the persistent volume claims, else the persistent storage for postgresql, redis & rabbit will not be deleted.

The persistent storage volumes are AWS EBS volumes.