diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-12-01 15:03:32 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-12-01 15:03:32 +0100 |
commit | 90f56a45a763fc26a25b0f9a5346e798dceaaa18 (patch) | |
tree | ae7468bf19fd68eb20976b89b7a4d1544232b7cc | |
parent | d1de8cb2b42dce0a73ee0f76ad9c7da635a02ab5 (diff) | |
download | nixcfg-90f56a45a763fc26a25b0f9a5346e798dceaaa18.tar.gz nixcfg-90f56a45a763fc26a25b0f9a5346e798dceaaa18.zip |
Revert "staging: test de https://git.deuxfleurs.fr/Deuxfleurs/tricot/pulls/16"
This reverts commit 1c224fcece8daed2bd9b521c93316184485690ca.
-rw-r--r-- | cluster/staging/app/core/deploy/tricot.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl index c0540bd..82a4f87 100644 --- a/cluster/staging/app/core/deploy/tricot.hcl +++ b/cluster/staging/app/core/deploy/tricot.hcl @@ -24,7 +24,7 @@ job "core-tricot" { driver = "docker" config { - image = "armael/tricot:8sa24l6pxdppb5gq0nnj9kvcl9mijliy-block_user_agent" + image = "armael/tricot:n6dk1b5xrdww12zf12jbcmihqs6g1brz" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 89e3d0d..f0b164e 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -192,9 +192,6 @@ job "garage-staging" { "tricot-add-header Access-Control-Allow-Origin *", "tricot-on-demand-tls-ask http://garage-staging-admin.service.staging.consul:3909/check", "tricot-site-lb", - "tricot-block-user-agent Claude-Web", - "tricot-block-user-agent ClaudeBot", - "tricot-block-user-agent anthropic-ai", ] port = "web" # Check 1: Garage is alive and answering TCP connections |