staging: upgrade tricot, now with log rate limiting

rate limit is set at a generous 30 log/s, since not much is happening
on staging
This commit is contained in:
Armaël Guéneau 2025-04-12 18:09:10 +02:00
parent 72647fa83a
commit f010eb1296

View file

@ -24,7 +24,7 @@ job "core-tricot" {
driver = "docker"
config {
image = "armael/tricot:sgakzrjz8zp1r6ixsylpvwz6cgpqwiiw-6988c1dd"
image = "armael/tricot:63y35616dja8wq58dhcz362xsz95jzyk-76cae34d"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]
@ -39,7 +39,6 @@ job "core-tricot" {
resources {
cpu = 500
memory = 200
memory_max = 500
}
restart {
@ -77,6 +76,7 @@ TRICOT_HTTP_BIND_ADDR=[::]:80
TRICOT_HTTPS_BIND_ADDR=[::]:443
TRICOT_METRICS_BIND_ADDR=[::]:9334
TRICOT_WARMUP_CERT_MEMORY_STORE=true
TRICOT_MAX_LOG_PER_SEC=30
RUST_LOG=tricot=trace
RUST_BACKTRACE=1
EOH