Fix tricot warmup memory store

This commit is contained in:
Zuma 2025-11-30 20:58:02 +01:00
parent 2aa5b8e2a3
commit 74081f3a7d

View file

@ -60,6 +60,7 @@ TRICOT_HTTP_BIND_ADDR=[::]:80
TRICOT_HTTPS_BIND_ADDR=[::]:443 TRICOT_HTTPS_BIND_ADDR=[::]:443
TRICOT_METRICS_BIND_ADDR=[::]:9334 TRICOT_METRICS_BIND_ADDR=[::]:9334
TRICOT_MAX_LOG_PER_SEC=10 TRICOT_MAX_LOG_PER_SEC=10
TRICOT_WARMUP_CERT_MEMORY_STORE=true
RUST_LOG=tricot=debug RUST_LOG=tricot=debug
EOH EOH
destination = "secrets/env" destination = "secrets/env"