aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
Diffstat (limited to 'nomad')
-rw-r--r--nomad/garage.hcl4
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"