vitastor/csi/deploy/009-storage-class.yaml

18 lines
506 B
YAML
Raw Normal View History

---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
namespace: vitastor-system
2021-05-16 01:37:51 +03:00
name: vitastor
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: csi.vitastor.io
volumeBindingMode: Immediate
parameters:
etcdVolumePrefix: ""
poolId: "1"
# you can choose other configuration file if you have it in the config map
# different etcd URLs and prefixes should also be put in the config
#configPath: "/etc/vitastor/vitastor.conf"
2023-10-31 00:50:08 +03:00
allowVolumeExpansion: true