aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/app/telemetry/deploy/telemetry.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-07 16:35:21 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-07 16:35:21 +0100
commit4c50dd57f1312f7541cd5b38dc4606d352e5e13a (patch)
tree9786b9c1c503007b968523c1abb00738ff588b62 /cluster/staging/app/telemetry/deploy/telemetry.hcl
parentab97a7bffd9b369bb55220b4542de3ccddda5803 (diff)
downloadnixcfg-4c50dd57f1312f7541cd5b38dc4606d352e5e13a.tar.gz
nixcfg-4c50dd57f1312f7541cd5b38dc4606d352e5e13a.zip
staging: reorganize core services and add D53
Diffstat (limited to 'cluster/staging/app/telemetry/deploy/telemetry.hcl')
-rw-r--r--cluster/staging/app/telemetry/deploy/telemetry.hcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/cluster/staging/app/telemetry/deploy/telemetry.hcl b/cluster/staging/app/telemetry/deploy/telemetry.hcl
index da0a3c6..7ee289d 100644
--- a/cluster/staging/app/telemetry/deploy/telemetry.hcl
+++ b/cluster/staging/app/telemetry/deploy/telemetry.hcl
@@ -156,6 +156,7 @@ job "telemetry" {
tags = [
"grafana",
"tricot grafana.staging.deuxfleurs.org",
+ "d53-cname deuxfleurs.org grafana.staging",
]
port = "grafana"
check {
@@ -237,7 +238,10 @@ EOH
port = "jaeger-frontend"
address_mode = "host"
name = "jaeger-frontend"
- tags = [ "tricot jaeger.staging.deuxfleurs.org" ]
+ tags = [
+ "tricot jaeger.staging.deuxfleurs.org",
+ "d53-cname deuxfleurs.org jaeger.staging",
+ ]
check {
type = "tcp"
port = "jaeger-frontend"