aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-08-09 10:40:08 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-08-09 10:40:08 +0200
commitbe8484b494e5459bcd48e3ac640d3c4f5fe70790 (patch)
tree220b4aec23392f5f270d17a78b171f3919580481
parentca3283d6a72740077aa57f16128785850c9b892f (diff)
downloadnixcfg-be8484b494e5459bcd48e3ac640d3c4f5fe70790.tar.gz
nixcfg-be8484b494e5459bcd48e3ac640d3c4f5fe70790.zip
[tricot] warmup memory store on boot
-rw-r--r--cluster/prod/app/core/deploy/tricot.hcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl
index 6640dec..f613995 100644
--- a/cluster/prod/app/core/deploy/tricot.hcl
+++ b/cluster/prod/app/core/deploy/tricot.hcl
@@ -28,7 +28,7 @@ job "core-tricot" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:47"
+ image = "superboum/amd64_tricot:49"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]
@@ -77,6 +77,7 @@ TRICOT_CONSUL_CLIENT_KEY=/etc/tricot/consul-client.key
TRICOT_HTTP_BIND_ADDR=[::]:80
TRICOT_HTTPS_BIND_ADDR=[::]:443
TRICOT_METRICS_BIND_ADDR=[::]:9334
+TRICOT_WARMUP_CERT_MEMORY_STORE=true
RUST_LOG=tricot=debug
EOH
destination = "secrets/env"