diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-30 21:33:32 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-30 21:33:32 +0200 |
commit | 7c174d6746cf4a16d0549ebfa27df5011cd006b8 (patch) | |
tree | f0f94f3c18369f00c655e85170b6515a54345ecc | |
parent | 02bdc5a0c0d5f890e3b2fad9a352e9658a969380 (diff) | |
download | nixcfg-7c174d6746cf4a16d0549ebfa27df5011cd006b8.tar.gz nixcfg-7c174d6746cf4a16d0549ebfa27df5011cd006b8.zip |
Revert "staging: disable allocation of grafana on piranha"
piranha is accessible on a more reliable network now.
-rw-r--r-- | cluster/staging/app/telemetry/deploy/telemetry-service.hcl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl index bf777fd..ec68aaf 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl @@ -79,12 +79,6 @@ job "telemetry-service" { group "grafana" { count = 1 - constraint { - attribute = "${attr.unique.hostname}" - operator = "!=" - value = "piranha" - } - network { port "grafana" { static = 3719 |