diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-04 12:16:37 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-04 12:16:41 +0100 |
commit | af242486a3d553706671e5ea578e569a7ac1e8da (patch) | |
tree | d1b1aa9fac33baaa0844ff33c45e128d99d4eeb1 /cluster/prod/app | |
parent | 23690238c910d192408dc70e4f7aa3d7ebb064be (diff) | |
download | nixcfg-af242486a3d553706671e5ea578e569a7ac1e8da.tar.gz nixcfg-af242486a3d553706671e5ea578e569a7ac1e8da.zip |
add degrowth
Diffstat (limited to 'cluster/prod/app')
-rw-r--r-- | cluster/prod/app/bagage/deploy/bagage.hcl | 2 | ||||
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cluster/prod/app/bagage/deploy/bagage.hcl b/cluster/prod/app/bagage/deploy/bagage.hcl index fbb571d..9951a8d 100644 --- a/cluster/prod/app/bagage/deploy/bagage.hcl +++ b/cluster/prod/app/bagage/deploy/bagage.hcl @@ -66,6 +66,8 @@ job "bagage" { "bagage", "tricot bagage.deuxfleurs.fr", "d53-cname bagage.deuxfleurs.fr", + "d53-a sftp.deuxfleurs.fr", + "d53-aaaa sftp.deuxfleurs.fr", ] port = "web_port" address_mode = "host" diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 827043e..a16138c 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -140,6 +140,7 @@ job "garage" { "tricot-add-header X-Content-Type-Options nosniff", "tricot-add-redirect www.deuxfleurs.fr deuxfleurs.fr 301", "tricot-add-redirect osuny.org www.osuny.org 301", + "tricot-add-redirect www.degrowth.net degrowth.net 301", "tricot-on-demand-tls-ask http://garage-admin.service.prod.consul:3903/check", "tricot-site-lb", ] |