apiVersion: v1 kind: PersistentVolume metadata: name: riesgos-media-folder namespace: riesgos labels: app: riesgos spec: capacity: storage: 100Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/riesgos/media" --- apiVersion: v1 kind: PersistentVolume metadata: name: riesgos-gestion-migrations-folder namespace: riesgos labels: app: riesgos spec: capacity: storage: 52Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/riesgos/migrations/gestion" --- apiVersion: v1 kind: PersistentVolume metadata: name: riesgos-usuarios-migrations-folder namespace: riesgos labels: app: riesgos spec: capacity: storage: 53Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/riesgos/migrations/usuarios" --- apiVersion: v1 kind: PersistentVolume metadata: name: riesgos-static-folder namespace: riesgos labels: app: riesgos spec: capacity: storage: 70Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/riesgos/static" --- apiVersion: v1 kind: PersistentVolume metadata: name: riesgos-pg-folder namespace: riesgos labels: app: riesgos spec: capacity: storage: 200Mi accessModes: - ReadWriteOnce hostPath: path: "/mnt/Externo/riesgos/pg"