[tricot] warmup memory store on boot

This commit is contained in:
Quentin 2023-08-09 10:40:08 +02:00
parent ca3283d6a7
commit be8484b494
Signed by untrusted user: quentin
GPG key ID: E9602264D639FF68

View file

@ -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"