From f844c9454f19e0fa6cfbef4edee4096b33b1b020 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 15 Jul 2020 15:48:25 +0200 Subject: [PATCH] Upgrade garage --- nomad/garage.hcl | 4 ++-- 1 file 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"