feat(longhorn): adding longhorn installation
This commit is contained in:
11
base/longhorn/resources/storage-class.yaml
Normal file
11
base/longhorn/resources/storage-class.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
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: ""
|
||||
fsType: "ext4"
|
Reference in New Issue
Block a user