aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-07-16 09:04:56 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-07-16 09:04:56 +0200
commitbdff5571f10f2ac23134e654a0958527f9036112 (patch)
tree013a235ca0aeb26c9faa6fbc7ae3cdf28a8927d5
parentc29d6607003b9465e39459555be2926d937442dd (diff)
parentf844c9454f19e0fa6cfbef4edee4096b33b1b020 (diff)
downloadinfrastructure-bdff5571f10f2ac23134e654a0958527f9036112.tar.gz
infrastructure-bdff5571f10f2ac23134e654a0958527f9036112.zip
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/deuxfleurs.fr
-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"