From 7da4510ee83e559373d55e69e796ba9996cd6eae Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 1 Dec 2023 16:02:09 +0100 Subject: tricot update --- cluster/prod/app/core/deploy/tricot.hcl | 2 +- cluster/prod/app/garage/deploy/garage.hcl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cluster/prod/app') diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl index b7e0682..fc8b840 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 = "superboum/amd64_tricot:52" + image = "superboum/amd64_tricot:53" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index c51dde7..827043e 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -140,6 +140,7 @@ job "garage" { "tricot-add-header X-Content-Type-Options nosniff", "tricot-add-redirect www.deuxfleurs.fr deuxfleurs.fr 301", "tricot-add-redirect osuny.org www.osuny.org 301", + "tricot-on-demand-tls-ask http://garage-admin.service.prod.consul:3903/check", "tricot-site-lb", ] port = "web" -- cgit v1.2.3