diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-04 19:15:09 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-04 19:15:09 +0200 |
commit | 9b8882c250d42eace00410accba8b079803bcd39 (patch) | |
tree | 275065a19e8611bd874e8cdfe9964aad0b3d08d9 /cluster/prod/app | |
parent | a490f082bc4bb58fbd54aa5e38334034ac54e761 (diff) | |
download | nixcfg-9b8882c250d42eace00410accba8b079803bcd39.tar.gz nixcfg-9b8882c250d42eace00410accba8b079803bcd39.zip |
add missing d53 tags for sogo and alps
Diffstat (limited to 'cluster/prod/app')
-rw-r--r-- | cluster/prod/app/email/deploy/email.hcl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index dc8fd76..79eb526 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -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" |