chore(matrix): update synapse port configuration to 8008 and enable health check
Some checks failed
Terraform Plan and Apply / cicd (push) Successful in 7m52s
Lint / lint (push) Failing after 10m15s

This commit is contained in:
Ben Martin 2025-02-23 16:34:56 +00:00
parent 785aac4288
commit 81ad6caf55
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -8,7 +8,9 @@ job "matrix" {
network {
mode = "bridge"
port "synapse" {}
port "synapse" {
to = 8008
}
port "envoy_metrics" {
to = 9102
}
@ -16,19 +18,19 @@ job "matrix" {
service {
provider = "consul"
port = "synapse"
port = "8008"
meta {
envoy_metrics_port = "${NOMAD_HOST_PORT_envoy_metrics}"
}
# check {
# type = "http"
# path = "/health"
# interval = "20s"
# timeout = "5s"
# expose = true
# }
check {
type = "http"
path = "/health"
interval = "20s"
timeout = "5s"
expose = true
}
connect {
sidecar_service {