Update .deploy/deploy-prod.yaml #1

Merged
emmatveev merged 1 commits from master into prod 2024-12-02 15:23:51 +03:00
Showing only changes of commit 8a12d3b9ba - Show all commits

View File

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