pv
This commit is contained in:
parent
ad4e643a53
commit
3dcd81e912
10
Deployments/.pv/longhorn.yaml
Normal file
10
Deployments/.pv/longhorn.yaml
Normal 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: ""
|
Loading…
Reference in New Issue
Block a user