chore(media-centre): set server transport for plex
All checks were successful
Lint / lint (push) Successful in 1m51s
Terraform Plan and Apply / cicd (push) Successful in 1m25s

- disables http2 to downstream (envoy)
This commit is contained in:
Ben Martin 2025-04-14 21:43:21 +00:00
parent f6a8bcddf0
commit 49097613a4
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -168,7 +168,9 @@ job "media-centre" {
"traefik.enable=true",
"traefik.http.routers.plex.entrypoints=websecure",
"traefik.http.routers.plex.rule=Host(`plex.brmartin.co.uk`)"
"traefik.http.routers.plex.rule=Host(`plex.brmartin.co.uk`)",
"traefik.http.routers.plex.service=plex",
"traefik.http.services.plex.loadbalancer.serversTransport=plex@file",
]
connect {