diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-02 15:35:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-02 15:35:59 +0200 |
commit | e66b1c2c54f51c4267f2f73753e7f915033eac6d (patch) | |
tree | 932c89a08d6059bd0f8dd2640bd931fd1cd1474b /app/plume/deploy | |
parent | d40c41004d0f234140f5ec9fc029f4ef6ce3f60c (diff) | |
download | infrastructure-e66b1c2c54f51c4267f2f73753e7f915033eac6d.tar.gz infrastructure-e66b1c2c54f51c4267f2f73753e7f915033eac6d.zip |
Upgrade Plume
Diffstat (limited to 'app/plume/deploy')
-rw-r--r-- | app/plume/deploy/plume.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl index 9709c3b..b1d5b9c 100644 --- a/app/plume/deploy/plume.hcl +++ b/app/plume/deploy/plume.hcl @@ -17,7 +17,7 @@ job "plume" { task "plume" { driver = "docker" config { - image = "superboum/plume:v3" + image = "superboum/plume:v4" network_mode = "host" ports = [ "web_port" ] #command = "cat" @@ -35,7 +35,7 @@ job "plume" { } resources { - memory = 100 + memory = 300 cpu = 100 } |