core-deployments/longhorn/storageclass.yaml
Aaron Riedel 1feb72bf3b
All checks were successful
continuous-integration/drone/push Build is passing
fix syntax
2024-01-26 18:12:27 +01:00

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"