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.
 
 
 
 

104 lines
1.8 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"
---
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"
---
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"
---
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"
---
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"
---
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"
---
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"