From c269d46bae959c01b54f8c582b37f650a0d77300 Mon Sep 17 00:00:00 2001 From: emrekirman Date: Mon, 9 Feb 2026 07:25:52 +0000 Subject: [PATCH] Update avente-crm/aventecrm.yml --- avente-crm/aventecrm.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/avente-crm/aventecrm.yml b/avente-crm/aventecrm.yml index b15ee2a..b65f38f 100644 --- a/avente-crm/aventecrm.yml +++ b/avente-crm/aventecrm.yml @@ -11,9 +11,10 @@ services: deploy: replicas: 1 restart_policy: - condition: always + condition: any delay: 10s max_attempts: 6 + window: 180s placement: constraints: - node.labels.platform == prod @@ -44,8 +45,9 @@ services: order: start-first restart_policy: condition: always - delay: 5s + delay: 10s max_attempts: 6 + window: 180s placement: constraints: - node.labels.platform == prod @@ -74,6 +76,7 @@ services: condition: always delay: 5s max_attempts: 6 + window: 180s placement: constraints: - node.labels.platform == prod