This commit is contained in:
Roxedus 2022-06-06 00:32:46 +02:00
parent 3dcd81e912
commit 6cff4722de
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -4,7 +4,10 @@ metadata:
name: longhorn name: longhorn
provisioner: driver.longhorn.io provisioner: driver.longhorn.io
allowVolumeExpansion: true allowVolumeExpansion: true
reclaimPolicy: Delete
volumeBindingMode: Immediate
parameters: parameters:
numberOfReplicas: "3" numberOfReplicas: "2"
staleReplicaTimeout: "2880" # 48 hours in minutes staleReplicaTimeout: "2880"
fromBackup: "" fromBackup: ""
fsType: "ext4"