Skip to content

Commit

Permalink
fix(plex): external subtitles mess
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 10, 2024
1 parent de7d364 commit e92618d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ spec:
annotations:
gatus.io/path: *path
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/server-snippet: |
location ~ ^/library/streams {
proxy_set_header Range "";
proxy_pass http://plex.media.svc.cluster.local:32400;
proxy_http_version 1.1;
}
hosts:
- host: "{{ .Release.Name }}.ktwo.io"
paths:
Expand Down

0 comments on commit e92618d

Please sign in to comment.