storage-limbosolutions-com revision, add pv to repo
This commit is contained in:
156
deploy/hosting/persistent-volumes.yaml
Normal file
156
deploy/hosting/persistent-volumes.yaml
Normal file
@@ -0,0 +1,156 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: mf-documents-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 64Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: mf-documents-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: mf.documents
|
||||
path: /buckets/mf.documents
|
||||
volumeServerAccess: filerProxy
|
||||
diskType: "ssd"
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
---
|
||||
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: media-music-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 64Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: media-music-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: media.music
|
||||
path: /buckets/media.music
|
||||
volumeServerAccess: filerProxy
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: media-videos-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 2000Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: media-videos-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: media.videos
|
||||
path: /buckets/media.videos
|
||||
volumeServerAccess: filerProxy
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: media-gaming-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 64Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: media-gaming-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: media.gaming
|
||||
path: /buckets/media.gaming
|
||||
volumeServerAccess: filerProxy
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
|
||||
---
|
||||
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: it-storage-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 1000Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: it-storage-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: storage
|
||||
path: /buckets/storage
|
||||
volumeServerAccess: filerProxy
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: mf-gallery-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 64Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: mf-gallery-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: mf.gallery
|
||||
path: /buckets/mf.gallery
|
||||
volumeServerAccess: filerProxy
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: mf-nextcloud-limbosolutions-com-nextcloud
|
||||
spec:
|
||||
storageClassName: storage-limbosolutions-com
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 64Gi
|
||||
csi:
|
||||
driver: storage-limbosolutions-com-csi-driver
|
||||
volumeHandle: mf-nextcloud-limbosolutions-com-nextcloud
|
||||
volumeAttributes:
|
||||
collection: mf.ssd.nexcloud
|
||||
path: /buckets/mf.ssd.nexcloud
|
||||
volumeServerAccess: filerProxy
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
---
|
||||
Reference in New Issue
Block a user