forked from Deuxfleurs/nixcfg
staging: disable allocation of grafana on piranha
piranha does not seem to be available from the outside world currently
This commit is contained in:
parent
28b58b3776
commit
ca59237057
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ job "telemetry-service" {
|
|||
group "grafana" {
|
||||
count = 1
|
||||
|
||||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
operator = "!="
|
||||
value = "piranha"
|
||||
}
|
||||
|
||||
network {
|
||||
port "grafana" {
|
||||
static = 3719
|
||||
|
|
Loading…
Reference in a new issue