From 0f55ae0cb0009f228bc7d86bcd0b76c3f09a4ad8 Mon Sep 17 00:00:00 2001 From: emrekirman Date: Fri, 23 Jan 2026 06:46:31 +0000 Subject: [PATCH] Update avente-crm/aventecrm.yml --- avente-crm/aventecrm.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/avente-crm/aventecrm.yml b/avente-crm/aventecrm.yml index 5e6adec..8b9a61a 100644 --- a/avente-crm/aventecrm.yml +++ b/avente-crm/aventecrm.yml @@ -11,7 +11,9 @@ services: deploy: replicas: 1 restart_policy: - condition: on-failure + condition: any + delay: 10s + max_attemps: 6 placement: constraints: - node.labels.platform == prod @@ -41,9 +43,9 @@ services: delay: 10s order: start-first restart_policy: - condition: on-failure + condition: any delay: 5s - max_attempts: 3 + max_attempts: 6 placement: constraints: - node.labels.platform == prod @@ -69,9 +71,9 @@ services: delay: 10s order: start-first restart_policy: - condition: on-failure + condition: any delay: 5s - max_attempts: 3 + max_attempts: 6 placement: constraints: - node.labels.platform == prod