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

View File

@ -0,0 +1,13 @@
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"