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.
 
 
 
 
 

111 lines
2.2 KiB

apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-media-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 100Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/media"
path: "/mnt/Externo/copiareymota/media"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-lyrics-migrations-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 50Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/migrations/lyrics"
path: "/mnt/Externo/copiareymota/migrations/lyrics"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-libros-migrations-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 51Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/migrations/libros"
path: "/mnt/Externo/copiareymota/migrations/libros"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-repostajes-migrations-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 52Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/migrations/repostajes"
path: "/mnt/Externo/copiareymota/migrations/repostajes"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-reymotausers-migrations-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 53Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/migrations/reymotausers"
path: "/mnt/Externo/copiareymota/migrations/reymotausers"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-static-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 70Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/static"
path: "/mnt/Externo/copiareymota/static"
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: reymota-pg-folder
namespace: reymota
labels:
app: reymota
spec:
capacity:
storage: 200Mi
accessModes:
- ReadWriteOnce
hostPath:
#path: "/mnt/Externo/reymota/pg"
path: "/mnt/Externo/copiareymota/pg"