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