diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-05-01 00:15:35 +0200 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-05-01 00:44:09 +0200 |
commit | ca59237057e2703de2c8fd90327f49ec44c1cc6a (patch) | |
tree | 981b87fd42c9fe1e353be505b01ea9912d12889b | |
parent | 28b58b377631afb1ea0e6f50314716233ed703db (diff) | |
download | nixcfg-ca59237057e2703de2c8fd90327f49ec44c1cc6a.tar.gz nixcfg-ca59237057e2703de2c8fd90327f49ec44c1cc6a.zip |
staging: disable allocation of grafana on piranha
piranha does not seem to be available from the outside world currently
-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 |