aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-01 16:02:09 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-01 16:02:09 +0100
commit7da4510ee83e559373d55e69e796ba9996cd6eae (patch)
treea4b32a109115ae6b9822feba74c0d4a1bd3cd1cf
parent52044402ac1f1ca999fba6155a84620f6840461a (diff)
downloadnixcfg-7da4510ee83e559373d55e69e796ba9996cd6eae.tar.gz
nixcfg-7da4510ee83e559373d55e69e796ba9996cd6eae.zip
tricot update
-rw-r--r--cluster/prod/app/core/deploy/tricot.hcl2
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl1
2 files changed, 2 insertions, 1 deletions
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"