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: 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"