diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index 42609b85..a4cdddb0 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.19.1.2645-ccb6eb67e description: Plex Media Server name: plex -version: 1.5.1 +version: 1.5.2 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/templates/ingress.yaml b/charts/plex/templates/ingress.yaml index 70fc45c9..b1518402 100644 --- a/charts/plex/templates/ingress.yaml +++ b/charts/plex/templates/ingress.yaml @@ -34,7 +34,7 @@ spec: paths: - path: {{ $ingressPath }} backend: - serviceName: {{ $fullName }} + serviceName: {{ $fullName }}-tcp servicePort: {{ $svcPort }} {{- end }} {{- end }}