forked from Deuxfleurs/nixcfg
add missing d53 tags for sogo and alps
This commit is contained in:
parent
a490f082bc
commit
9b8882c250
1 changed files with 2 additions and 3 deletions
|
@ -429,10 +429,8 @@ job "email" {
|
|||
address_mode = "host"
|
||||
tags = [
|
||||
"alps",
|
||||
"traefik.enable=true",
|
||||
"traefik.frontend.entryPoints=https,http",
|
||||
"traefik.frontend.rule=Host:alps.deuxfleurs.fr",
|
||||
"tricot alps.deuxfleurs.fr",
|
||||
"d53-cname alps.deuxfleurs.fr",
|
||||
]
|
||||
check {
|
||||
type = "tcp"
|
||||
|
@ -487,6 +485,7 @@ job "email" {
|
|||
"sogo",
|
||||
"tricot www.sogo.deuxfleurs.fr",
|
||||
"tricot sogo.deuxfleurs.fr",
|
||||
"d53-cname sogo.deuxfleurs.fr",
|
||||
]
|
||||
check {
|
||||
type = "tcp"
|
||||
|
|
Loading…
Reference in a new issue