Reduce requirements for single CPU VMs
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
ab8236ece0
commit
1f2c85f496
|
@ -32,7 +32,7 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '1.5'
|
cpus: '0.5'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
|
@ -62,7 +62,7 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '1.5'
|
cpus: '0.5'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
go-shell:
|
go-shell:
|
||||||
|
@ -91,5 +91,5 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '1.5'
|
cpus: '0.5'
|
||||||
memory: 512M
|
memory: 512M
|
||||||
|
|
Loading…
Reference in New Issue