staging: disable allocation of grafana on piranha

piranha does not seem to be available from the outside world currently
This commit is contained in:
Armaël Guéneau 2024-05-01 00:15:35 +02:00
parent 28b58b3776
commit ca59237057

View file

@ -79,6 +79,12 @@ job "telemetry-service" {
group "grafana" {
count = 1
constraint {
attribute = "${attr.unique.hostname}"
operator = "!="
value = "piranha"
}
network {
port "grafana" {
static = 3719