diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-16 09:04:56 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-16 09:04:56 +0200 |
commit | bdff5571f10f2ac23134e654a0958527f9036112 (patch) | |
tree | 013a235ca0aeb26c9faa6fbc7ae3cdf28a8927d5 | |
parent | c29d6607003b9465e39459555be2926d937442dd (diff) | |
parent | f844c9454f19e0fa6cfbef4edee4096b33b1b020 (diff) | |
download | infrastructure-bdff5571f10f2ac23134e654a0958527f9036112.tar.gz infrastructure-bdff5571f10f2ac23134e654a0958527f9036112.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/deuxfleurs.fr
-rw-r--r-- | nomad/garage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/garage.hcl b/nomad/garage.hcl index 923d393..3478706 100644 --- a/nomad/garage.hcl +++ b/nomad/garage.hcl @@ -11,7 +11,7 @@ job "garage" { task "server" { driver = "docker" config { - image = "lxpz/garage_amd64:3" + image = "lxpz/garage_amd64:4" port_map { rpc_port = 3901 api_port = 3900 @@ -45,7 +45,7 @@ job "garage" { resources { memory = 500 - cpu = 2000 + cpu = 1000 network { port "rpc_port" { static = "3901" |