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 {
PathPrefix = "/_synapse/metrics"
}
}
},
{
Action = "allow"
HTTP {

View File

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

View File

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