Compare commits

..

No commits in common. "2a1c13e351e54b888125f64c0aef80f82e839917" and "f68533fbef034e191a5b7a6345e01617f2f84c45" have entirely different histories.

View File

@ -12,6 +12,10 @@ services:
mode: replicated
restart_policy:
condition: any
placement:
constraints:
- node.role == worker
- node.labels.zone == ru
update_config:
parallelism: 1
order: start-first
@ -29,6 +33,10 @@ services:
mode: replicated
restart_policy:
condition: any
placement:
constraints:
- node.role == worker
- node.labels.zone == ru
update_config:
parallelism: 1
order: start-first
@ -44,6 +52,10 @@ services:
mode: replicated
restart_policy:
condition: any
placement:
constraints:
- node.role == worker
- node.labels.zone == ru
update_config:
parallelism: 1
order: start-first