chore(media-centre): add health check configuration for jellyfin service
All checks were successful
Lint / lint (push) Successful in 48s
Terraform Plan and Apply / cicd (push) Successful in 52s

This commit is contained in:
Ben Martin 2025-03-06 20:10:08 +00:00
parent 920df1fccc
commit b2978cb4ef
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -58,6 +58,13 @@ job "media-centre" {
"traefik.http.routers.jellyfin.entrypoints=websecure",
"traefik.http.routers.jellyfin.rule=Host(`jellyfin.brmartin.co.uk`)"
]
check {
type = "http"
path = "/health"
interval = "5s"
timeout = "2s"
}
}
network {