You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
617 B
YAML
20 lines
617 B
YAML
2 years ago
|
---
|
||
|
apiVersion: storage.k8s.io/v1
|
||
|
kind: StorageClass
|
||
|
metadata:
|
||
|
namespace: vitastor-system
|
||
2 years ago
|
name: vitastor
|
||
2 years ago
|
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
|
||
|
#configPath: "/etc/vitastor/vitastor.conf"
|
||
|
# you can also specify etcdUrl here, maybe to connect to another Vitastor cluster
|
||
|
# multiple etcdUrls may be specified, delimited by comma
|
||
|
#etcdUrl: "http://192.168.7.2:2379"
|
||
|
#etcdPrefix: "/vitastor"
|