v
This commit is contained in:
parent
058e690c51
commit
a622bbe94b
13
Deployments/.pv/longhorn.yaml
Normal file
13
Deployments/.pv/longhorn.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user