VDUSE has multiple advantages: - Better performance - Lack of timeout problems - And even the ability to recover after restart of the vitastor-csi pod!
11 lines
276 B
YAML
11 lines
276 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
data:
|
|
# You can add multiple configuration files here to use a multi-cluster setup
|
|
vitastor.conf: |-
|
|
{"etcd_address":"http://192.168.7.2:2379","etcd_prefix":"/vitastor"}
|
|
metadata:
|
|
namespace: vitastor-system
|
|
name: vitastor-config
|