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.
 
 
 
 
 

74 lines
1.3 KiB

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"