diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-17 20:25:35 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-17 20:25:35 +0100 |
commit | 88f8f9fd1ed95e53a87d757d812661fbff75b865 (patch) | |
tree | 3a352eaafa37ab41b811db57da71fd2d15a5e456 /cluster/staging | |
parent | be0cbea19b6304c7de1b407e636b7b705a0e2003 (diff) | |
download | nixcfg-88f8f9fd1ed95e53a87d757d812661fbff75b865.tar.gz nixcfg-88f8f9fd1ed95e53a87d757d812661fbff75b865.zip |
staging: add automatic dns names for staging machines
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/app/core/deploy/tricot.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl index 1446359..62c8030 100644 --- a/cluster/staging/app/core/deploy/tricot.hcl +++ b/cluster/staging/app/core/deploy/tricot.hcl @@ -82,6 +82,7 @@ EOH name = "tricot-http" port = "http_port" tags = [ + "d53-aaaa ${attr.unique.hostname}.machine.staging.deuxfleurs.org", "d53-aaaa ${meta.site}.site.staging.deuxfleurs.org", "d53-aaaa staging.deuxfleurs.org", "(diplonat (tcp_port 80))" |