feat: Create production instance of plume

This commit is contained in:
2025-07-09 09:00:05 +02:00
parent d7334ea566
commit da06af5b86
9 changed files with 176 additions and 3 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-prod-plume-ceph-archives
spec:
accessModes:
- ReadWriteMany
capacity:
storage: 1Gi
csi:
driver: rook-ceph.cephfs.csi.ceph.com
nodeStageSecretRef:
name: rook-csi-cephfs-node
namespace: rook-ceph
volumeAttributes:
clusterID: rook-ceph
fsName: data
rootPath: /
staticVolume: "true"
volumeHandle: pv-prod-plume-ceph-archives
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem