This commit is contained in:
Roxedus 2022-06-06 00:39:23 +02:00
parent 6cff4722de
commit 058e690c51
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -1,13 +0,0 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: longhorn
provisioner: driver.longhorn.io
allowVolumeExpansion: true
reclaimPolicy: Delete
volumeBindingMode: Immediate
parameters:
numberOfReplicas: "2"
staleReplicaTimeout: "2880"
fromBackup: ""
fsType: "ext4"