52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
|
apiVersion: v1
|
||
|
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-075ec467-0dca-478d-9058-f0bf740a4963
|
||
|
spec:
|
||
|
accessModes:
|
||
|
- ReadWriteOnce
|
||
|
capacity:
|
||
|
storage: 1Gi
|
||
|
claimRef:
|
||
|
apiVersion: v1
|
||
|
kind: PersistentVolumeClaim
|
||
|
name: ntfy
|
||
|
namespace: ntfy
|
||
|
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-075ec467-0dca-478d-9058-f0bf740a4963
|
||
|
persistentVolumeReclaimPolicy: Retain
|
||
|
storageClassName: longhorn-encrypted-retain
|
||
|
volumeMode: Filesystem
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: PersistentVolumeClaim
|
||
|
metadata:
|
||
|
name: ntfy
|
||
|
namespace: ntfy
|
||
|
spec:
|
||
|
accessModes:
|
||
|
- ReadWriteOnce
|
||
|
storageClassName: longhorn-encrypted-retain
|
||
|
resources:
|
||
|
requests:
|
||
|
storage: 1Gi
|