Failover fixes (#180)

This commit is contained in:
James Oliver 2016-06-15 14:22:35 -07:00 committed by Bill Maxwell
parent cb1061b10a
commit 8be8a04fe5
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@ etcd:
labels:
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.sidekicks: data
io.rancher.service.allocate.skip.serialize: 'true'
io.rancher.container.start_once: 'true'
environment:
ETCD_DATA_DIR: /data
ETCDCTL_ENDPOINT: http://etcd:2379

View File

@ -12,7 +12,6 @@
default: 3
type: "int"
etcd:
retain_ip: true
scale: ${REPLICAS}
health_check:
port: 2379