2022-12-31 03:00:39 +00:00
|
|
|
apiVersion: v1
|
2024-12-10 05:58:01 +00:00
|
|
|
kind: PersistentVolume
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
longhorn.io/volume-scheduling-error: ""
|
|
|
|
pv.kubernetes.io/provisioned-by: driver.longhorn.io
|
|
|
|
volume.kubernetes.io/provisioner-deletion-secret-name: longhorn-encryption
|
|
|
|
volume.kubernetes.io/provisioner-deletion-secret-namespace: longhorn-system
|
|
|
|
name: pvc-8372cd94-b912-4a47-bc13-136843bf5a22
|
|
|
|
spec:
|
|
|
|
accessModes:
|
|
|
|
- ReadWriteOnce
|
|
|
|
capacity:
|
|
|
|
storage: 25Gi
|
|
|
|
claimRef:
|
|
|
|
apiVersion: v1
|
|
|
|
kind: PersistentVolumeClaim
|
|
|
|
name: nextcloud
|
|
|
|
namespace: nextcloud
|
|
|
|
csi:
|
|
|
|
driver: driver.longhorn.io
|
|
|
|
fsType: ext4
|
|
|
|
nodePublishSecretRef:
|
|
|
|
name: longhorn-encryption
|
|
|
|
namespace: longhorn-system
|
|
|
|
nodeStageSecretRef:
|
|
|
|
name: longhorn-encryption
|
|
|
|
namespace: longhorn-system
|
|
|
|
volumeAttributes:
|
|
|
|
encrypted: "true"
|
|
|
|
fromBackup: ""
|
|
|
|
fsType: ext4
|
|
|
|
numberOfReplicas: "3"
|
|
|
|
staleReplicaTimeout: "120"
|
|
|
|
volumeHandle: pvc-8372cd94-b912-4a47-bc13-136843bf5a22
|
|
|
|
persistentVolumeReclaimPolicy: Retain
|
|
|
|
storageClassName: longhorn-encrypted-retain
|
|
|
|
volumeMode: Filesystem
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
2022-12-31 03:00:39 +00:00
|
|
|
kind: PersistentVolumeClaim
|
|
|
|
metadata:
|
|
|
|
name: nextcloud
|
|
|
|
namespace: nextcloud
|
|
|
|
spec:
|
|
|
|
accessModes:
|
|
|
|
- ReadWriteOnce
|
2023-07-19 18:38:41 +00:00
|
|
|
storageClassName: longhorn-encrypted-retain
|
2022-12-31 03:00:39 +00:00
|
|
|
resources:
|
|
|
|
requests:
|
2023-07-19 18:38:41 +00:00
|
|
|
storage: 25Gi
|