feat: add app for extra storageclass (longhorn-static)
This commit is contained in:
parent
1bb255f73b
commit
30b0b6b586
2 changed files with 33 additions and 0 deletions
13
manifests/storageclass/longhorn-static.yaml
Normal file
13
manifests/storageclass/longhorn-static.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: longhorn-static
|
||||
provisioner: driver.longhorn.io
|
||||
reclaimPolicy: Retain
|
||||
volumeBindingMode: Immediate
|
||||
allowVolumeExpansion: true
|
||||
parameters:
|
||||
fromBackup: ""
|
||||
fsType: ext4
|
||||
numberOfReplicas: "1"
|
||||
staleReplicaTimeout: "2880"
|
||||
Reference in a new issue