$ kubectl get pvc -n lilt
Alternatively, we can import the database from backup.sql and content of minio-pvc only as that contains the required trained data, memory and documents. Do that by running below command on the master server
$ mysql -u [user] -p [database_name] < [backup].sql
$ kubectl get pods -n lilt | awk '{print $1}' | grep -v NAME | xargs kubectl delete pods -n lilt