infra: stop-first convex updates and lower reservation
This commit is contained in:
parent
fba294db71
commit
94bbefbc48
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ services:
|
|||
replicas: 1
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: start-first
|
||||
order: stop-first
|
||||
failure_action: rollback
|
||||
resources:
|
||||
limits:
|
||||
|
|
@ -93,7 +93,7 @@ services:
|
|||
# Limite conservador para evitar que o backend afete o host inteiro.
|
||||
memory: "12G"
|
||||
reservations:
|
||||
memory: "6G"
|
||||
memory: "3G"
|
||||
restart_policy:
|
||||
condition: any
|
||||
placement:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue