Aaron Riedel
1feb72bf3b
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
No EOL
387 B
YAML
15 lines
No EOL
387 B
YAML
# this is the storageclass manifest for the logs and metrics volumes
|
|
kind: StorageClass
|
|
apiVersion: storage.k8s.io/v1
|
|
metadata:
|
|
name: longhorn-local
|
|
provisioner: driver.longhorn.io
|
|
allowVolumeExpansion: true
|
|
reclaimPolicy: "Delete"
|
|
volumeBindingMode: Immediate
|
|
parameters:
|
|
numberOfReplicas: "2"
|
|
staleReplicaTimeout: "30"
|
|
fromBackup: ""
|
|
fsType: "ext4"
|
|
dataLocality: "disabled" |