diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-11 15:07:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-11 15:07:33 +0100 |
commit | f229d5846707a1ea383f0d99b2b193305771cfa6 (patch) | |
tree | 37a9b8e23f86e906ad86f6644e2866b6d00c48ca | |
parent | 87986ff3cf98d09fa0c477c6087c95a4872a7d0e (diff) | |
download | infrastructure-f229d5846707a1ea383f0d99b2b193305771cfa6.tar.gz infrastructure-f229d5846707a1ea383f0d99b2b193305771cfa6.zip |
Update tricot and increase RAM allocation
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index 3f55712..09bbc36 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -14,7 +14,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:25" + image = "lxpz/amd64_tricot:27" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ] @@ -22,7 +22,7 @@ job "frontend" { resources { cpu = 2000 - memory = 200 + memory = 500 } restart { |