You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

59 lines
1.0 KiB

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: finanzas-migrations-folder
namespace: finanzas
labels:
app: finanzas
spec:
capacity:
storage: 50Mi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/Externo/finanzas/migrations"
---
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"