From ca59237057e2703de2c8fd90327f49ec44c1cc6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Wed, 1 May 2024 00:15:35 +0200 Subject: [PATCH] staging: disable allocation of grafana on piranha piranha does not seem to be available from the outside world currently --- cluster/staging/app/telemetry/deploy/telemetry-service.hcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl index ec68aaf..bf777fd 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl @@ -79,6 +79,12 @@ job "telemetry-service" { group "grafana" { count = 1 + constraint { + attribute = "${attr.unique.hostname}" + operator = "!=" + value = "piranha" + } + network { port "grafana" { static = 3719