Update avente-crm/aventecrm.yml
This commit is contained in:
parent
b4669bfb98
commit
c269d46bae
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user