更新 docker-compose-apisix.yml
This commit is contained in:
parent
6f4cf73258
commit
3cef219589
|
@ -32,7 +32,7 @@ services:
|
||||||
memory: 100M
|
memory: 100M
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.30'
|
cpus: '0.30'
|
||||||
memory: 300M
|
memory: 500M
|
||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
placement:
|
placement:
|
||||||
|
@ -61,8 +61,8 @@ services:
|
||||||
cpus: '0.10'
|
cpus: '0.10'
|
||||||
memory: 200M
|
memory: 200M
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.30'
|
cpus: '0.40'
|
||||||
memory: 400M
|
memory: 800M
|
||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
placement:
|
placement:
|
||||||
|
@ -90,7 +90,7 @@ services:
|
||||||
memory: 150M
|
memory: 150M
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.30'
|
cpus: '0.30'
|
||||||
memory: 300M
|
memory: 500M
|
||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
placement:
|
placement:
|
||||||
|
|
Loading…
Reference in New Issue