aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-08 11:23:15 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-08 11:23:15 +0200
commite936ebd43fe29ba0d681659692ff5ae7053e4290 (patch)
tree3bb0698cc6dd2ba10e614172f2a98228021f74a6 /nomad
parentf880808b2571782175474a76cfed63a34a60f113 (diff)
parent93e1db3a05d807d374bce5c7ebda069e3ee569d4 (diff)
downloadinfrastructure-e936ebd43fe29ba0d681659692ff5ae7053e4290.tar.gz
infrastructure-e936ebd43fe29ba0d681659692ff5ae7053e4290.zip
Merge branch 'master' of git.luxeylab.net:Deuxfleurs/deuxfleurs.fr
Diffstat (limited to 'nomad')
-rw-r--r--nomad/bottin2.hcl2
-rw-r--r--nomad/chat.hcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl
index 5aa9718..85bda59 100644
--- a/nomad/bottin2.hcl
+++ b/nomad/bottin2.hcl
@@ -82,7 +82,7 @@ job "directory2" {
}
resources {
- memory = 100
+ memory = 200
network {
port "web_port" {}
}
diff --git a/nomad/chat.hcl b/nomad/chat.hcl
index 4f25bb3..6daf2ec 100644
--- a/nomad/chat.hcl
+++ b/nomad/chat.hcl
@@ -146,7 +146,7 @@ job "chat" {
task "easybridge" {
driver = "docker"
config {
- image = "lxpz/easybridge_amd64:21"
+ image = "lxpz/easybridge_amd64:26"
port_map {
api_port = 8321
web_port = 8281