From bdc7376df4b3116ecd2b5576d1bf2e26ff7878ed Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Thu, 30 May 2024 23:47:38 +0200 Subject: [PATCH] staging: make tricot config closer to prod --- cluster/staging/app/core/deploy/tricot.hcl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl index 62c8030..576efa3 100644 --- a/cluster/staging/app/core/deploy/tricot.hcl +++ b/cluster/staging/app/core/deploy/tricot.hcl @@ -71,6 +71,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 RUST_BACKTRACE=1 EOH @@ -82,9 +83,6 @@ EOH name = "tricot-http" port = "http_port" tags = [ - "d53-aaaa ${attr.unique.hostname}.machine.staging.deuxfleurs.org", - "d53-aaaa ${meta.site}.site.staging.deuxfleurs.org", - "d53-aaaa staging.deuxfleurs.org", "(diplonat (tcp_port 80))" ] address_mode = "host" @@ -94,7 +92,10 @@ EOH name = "tricot-https" port = "https_port" tags = [ - "(diplonat (tcp_port 443))" + "(diplonat (tcp_port 443))", + "d53-aaaa ${attr.unique.hostname}.machine.staging.deuxfleurs.org", + "d53-aaaa ${meta.site}.site.staging.deuxfleurs.org", + "d53-aaaa staging.deuxfleurs.org" ] address_mode = "host" }