garage job: tag tricot-site-lb has been renamed into tricot-local-lb
This commit is contained in:
parent
2dbfc3f796
commit
5fd5f72c81
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue