relax restriction to allow upgrade
This commit is contained in:
@@ -3,6 +3,7 @@ etcd:
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label_soft: etcd=true
|
||||
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
|
||||
io.rancher.sidekicks: data
|
||||
environment:
|
||||
RANCHER_DEBUG: '${RANCHER_DEBUG}'
|
||||
EMBEDDED_BACKUPS: '${EMBEDDED_BACKUPS}'
|
||||
@@ -11,3 +12,13 @@ etcd:
|
||||
volumes:
|
||||
- etcd:/pdata
|
||||
- ${BACKUP_LOCATION}:/data-backup
|
||||
volumes_from:
|
||||
- data
|
||||
data:
|
||||
image: busybox
|
||||
command: /bin/true
|
||||
net: none
|
||||
volumes:
|
||||
- /data
|
||||
labels:
|
||||
io.rancher.container.start_once: 'true'
|
||||
|
||||
Reference in New Issue
Block a user