Update avente-crm/aventecrm.yml
This commit is contained in:
parent
0701ab17ea
commit
e50ef680d0
|
|
@ -44,6 +44,9 @@ services:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
delay: 5s
|
delay: 5s
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.labels.platform == prod
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '1'
|
cpus: '1'
|
||||||
|
|
@ -68,6 +71,9 @@ services:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
delay: 5s
|
delay: 5s
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.labels.platform == prod
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '1'
|
cpus: '1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user