This commit is contained in:
Roxedus 2022-06-06 00:28:25 +02:00
parent ad4e643a53
commit 3dcd81e912
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: longhorn
provisioner: driver.longhorn.io
allowVolumeExpansion: true
parameters:
numberOfReplicas: "3"
staleReplicaTimeout: "2880" # 48 hours in minutes
fromBackup: ""