aboutsummaryrefslogtreecommitdiff
path: root/app/bagage/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-09-03 11:02:22 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-09-03 11:02:22 +0200
commit8fe0a78b0cfc76786e98185ce130355c63246377 (patch)
tree4a193a67e45a0f413281f7eb3dd76515865c3463 /app/bagage/deploy
parente66b1c2c54f51c4267f2f73753e7f915033eac6d (diff)
downloadinfrastructure-8fe0a78b0cfc76786e98185ce130355c63246377.tar.gz
infrastructure-8fe0a78b0cfc76786e98185ce130355c63246377.zip
Upgrade Bagage
Diffstat (limited to 'app/bagage/deploy')
-rw-r--r--app/bagage/deploy/bagage.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/bagage/deploy/bagage.hcl b/app/bagage/deploy/bagage.hcl
index 2c8884b..13ecc25 100644
--- a/app/bagage/deploy/bagage.hcl
+++ b/app/bagage/deploy/bagage.hcl
@@ -18,7 +18,7 @@ job "bagage" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_bagage:v5"
+ image = "superboum/amd64_bagage:v7"
readonly_rootfs = true
ports = [ "web_port" ]
}
@@ -28,7 +28,7 @@ job "bagage" {
}
resources {
- memory = 100
+ memory = 300
}
service {