diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-05-03 19:10:16 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-05-03 19:10:16 +0200 |
commit | 6754cfef817f85a9f3f53963a83922037fbf7a8e (patch) | |
tree | e8f2018e3ec11a40984f7928c4016ee1580697da | |
parent | 3df53eaa9424c1ba4b81da3a6798a56af6f7b04f (diff) | |
parent | 51b5295ba89c31788ec554856fa3717595b19f0d (diff) | |
download | infrastructure-6754cfef817f85a9f3f53963a83922037fbf7a8e.tar.gz infrastructure-6754cfef817f85a9f3f53963a83922037fbf7a8e.zip |
Merge branch 'main' of git.deuxfleurs.fr:Deuxfleurs/infrastructure into main
-rw-r--r-- | app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index 3501e4f..33cbc50 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -57,7 +57,7 @@ job "garage" { } resources { - memory = 500 + memory = 800 cpu = 1000 } |