apiVersion: v1 kind: PersistentVolume metadata: name: finanzas-media-folder namespace: finanzas labels: app: finanzas spec: capacity: storage: 100Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/finanzas/media" --- apiVersion: v1 kind: PersistentVolume metadata: name: apuntes-migrations-folder namespace: finanzas labels: app: finanzas spec: capacity: storage: 50Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/finanzas/migrations/apuntes" --- apiVersion: v1 kind: PersistentVolume metadata: name: reymotausers-migrations-folder namespace: finanzas labels: app: finanzas spec: capacity: storage: 50Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/finanzas/migrations/reymotausers" --- apiVersion: v1 kind: PersistentVolume metadata: name: finanzas-static-folder namespace: finanzas labels: app: finanzas spec: capacity: storage: 70Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/finanzas/static" --- apiVersion: v1 kind: PersistentVolume metadata: name: finanzas-pg-folder namespace: finanzas labels: app: finanzas spec: capacity: storage: 200Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/finanzas/pg"