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"