diff options
-rw-r--r-- | cluster/staging/app/telemetry/deploy/telemetry-service.hcl | 6 |
1 files changed, 6 insertions, 0 deletions
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 |