10 lines
197 B
YAML
10 lines
197 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
data:
|
||
|
vitastor.conf: |-
|
||
|
{"etcd_address":"http://192.168.7.2:2379","etcd_prefix":"/vitastor"}
|
||
|
metadata:
|
||
|
namespace: vitastor-system
|
||
|
name: vitastor-config
|