This commit is contained in:
parent
0be2949c50
commit
1feb72bf3b
1 changed files with 13 additions and 13 deletions
|
@ -1,15 +1,15 @@
|
||||||
# this is the storageclass manifest for the logs and metrics volumes
|
# this is the storageclass manifest for the logs and metrics volumes
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: longhorn-local
|
name: longhorn-local
|
||||||
provisioner: driver.longhorn.io
|
provisioner: driver.longhorn.io
|
||||||
allowVolumeExpansion: true
|
allowVolumeExpansion: true
|
||||||
reclaimPolicy: "Delete"
|
reclaimPolicy: "Delete"
|
||||||
volumeBindingMode: Immediate
|
volumeBindingMode: Immediate
|
||||||
parameters:
|
parameters:
|
||||||
numberOfReplicas: "2"
|
numberOfReplicas: "2"
|
||||||
staleReplicaTimeout: "30"
|
staleReplicaTimeout: "30"
|
||||||
fromBackup: ""
|
fromBackup: ""
|
||||||
fsType: "ext4"
|
fsType: "ext4"
|
||||||
dataLocality: "disabled"
|
dataLocality: "disabled"
|
Loading…
Reference in a new issue