diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index f4ed1ce..adc520a 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -111,7 +111,7 @@ job "garage" { "tricot garage.deuxfleurs.fr", "tricot *.garage.deuxfleurs.fr", "tricot-on-demand-tls-ask http://garage-admin.service.prod.consul:3903/check", - "tricot-site-lb", + "tricot-local-lb", ] port = "s3" address_mode = "host" @@ -143,7 +143,7 @@ job "garage" { tags = [ "garage_k2v", "tricot k2v.deuxfleurs.fr", - "tricot-site-lb", + "tricot-local-lb", ] port = "k2v" address_mode = "host" @@ -179,7 +179,7 @@ job "garage" { "tricot-add-header X-XSS-Protection 1; mode=block", "tricot-add-header X-Content-Type-Options nosniff", "tricot-on-demand-tls-ask http://garage-admin.service.prod.consul:3903/check", - "tricot-site-lb", + "tricot-local-lb", ] port = "web" address_mode = "host" diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index b9e7518..a9afc27 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -119,7 +119,7 @@ job "garage-staging" { "tricot *.garage.staging.deuxfleurs.org", "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-local-lb", ] port = "s3" # Check 1: Garage is alive and answering TCP connections @@ -151,7 +151,7 @@ job "garage-staging" { "garage-staging-k2v-api", "tricot k2v.staging.deuxfleurs.org", "tricot-add-header Access-Control-Allow-Origin *", - "tricot-site-lb", + "tricot-local-lb", ] port = "k2v" # Check 1: Garage is alive and answering TCP connections @@ -191,7 +191,7 @@ job "garage-staging" { "tricot-add-header X-Content-Type-Options nosniff", "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-local-lb", ] port = "web" # Check 1: Garage is alive and answering TCP connections