Fix intention

This commit is contained in:
Daniel Berteaud 2024-03-25 12:17:39 +01:00
parent 17391faf4a
commit 70f26fbcc4
5 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Sources = [
HTTP { HTTP {
PathPrefix = "/_synapse/metrics" PathPrefix = "/_synapse/metrics"
} }
} },
{ {
Action = "allow" Action = "allow"
HTTP { HTTP {

View File

@ -9,7 +9,7 @@ Sources = [
HTTP { HTTP {
PathPrefix = "/_synapse/metrics" PathPrefix = "/_synapse/metrics"
} }
} },
{ {
Action = "allow" Action = "allow"
HTTP { HTTP {

View File

@ -24,8 +24,9 @@ job "matrix" {
port = 8008 port = 8008
meta { meta {
alloc = "${NOMAD_ALLOC_INDEX}" alloc = "${NOMAD_ALLOC_INDEX}"
job = "${NOMAD_JOB_NAME}" job = "${NOMAD_JOB_NAME}"
namespace = "${NOMAD_NAMESPACE}"
} }