apiVersion: v1 kind: PersistentVolume metadata: name: librospy-instance-folder labels: app: librospy spec: capacity: storage: 100Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/librospy/instance" --- apiVersion: v1 kind: PersistentVolume metadata: name: librospy-migrations-folder labels: app: librospy spec: capacity: storage: 50Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/librospy/migrations"