From bcb4bcae4f43873fb876e74db8c1be09458058f6 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 31 Jul 2023 06:10:05 +0000 Subject: [PATCH] Update deploy-prod.yaml --- .deploy/deploy-prod.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index 7c8f733..d842767 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -13,6 +13,10 @@ services: mode: replicated restart_policy: condition: any + placement: + constraints: + - node.role == worker + - node.labels.zone == ru update_config: parallelism: 1 order: start-first