fuel-ccp-etcd/service/files/defaults.yaml
Aleksandr Mogylchenko 94b4940afa HA for etcd based on Statefulsets
- no external monitor, thus after certain number of partial outages etcd
  might loose quorum;
- allows specifying any etcd command-line arguments in config;

Change-Id: Ib2b2b8bd9da2db4fb16914b6bb014fb38834c8e8
2017-03-02 14:25:57 +01:00

18 lines
305 B
YAML

configs:
etcd:
connection_attempts: 20
connection_delay: 5
client_port:
cont: 2379
server_port:
cont: 2380
tls:
enabled: true
token: cluster
additional_arguments:
election-timeout: 5000
heartbeat-interval: 250
versions:
etcd_version: v3.0.12