diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-07 12:03:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-07 12:03:15 +0100 |
commit | 1d4599fc1c7cd783c6c2857194276eb1f5513ba6 (patch) | |
tree | d61575b18778b2df7e6675923485e403d58bb858 /cluster/prod/app/core/deploy | |
parent | 93e66389f7cadcc6f1adb14d4080e2cd5e53ad6f (diff) | |
download | nixcfg-1d4599fc1c7cd783c6c2857194276eb1f5513ba6.tar.gz nixcfg-1d4599fc1c7cd783c6c2857194276eb1f5513ba6.zip |
prod: update tricot and reduce resource constraints
Diffstat (limited to 'cluster/prod/app/core/deploy')
-rw-r--r-- | cluster/prod/app/core/deploy/core.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl index 8c4f01b..1d25531 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core.hcl @@ -5,10 +5,10 @@ job "core" { update { max_parallel = 1 - stagger = "1m" + stagger = "5m" } - group "network" { + group "diplonat" { task "diplonat" { driver = "docker" @@ -82,7 +82,7 @@ EOH driver = "docker" config { - image = "lxpz/amd64_tricot:45" + image = "lxpz/amd64_tricot:46" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] |