diff --git a/charts/apps/jellyfin/Chart.yaml b/charts/apps/jellyfin/Chart.yaml index ef1b613..e400255 100644 --- a/charts/apps/jellyfin/Chart.yaml +++ b/charts/apps/jellyfin/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/apps/jellyfin/templates/ingress.yaml b/charts/apps/jellyfin/templates/ingress.yaml index d8de4a3..0ddeb7b 100644 --- a/charts/apps/jellyfin/templates/ingress.yaml +++ b/charts/apps/jellyfin/templates/ingress.yaml @@ -1,6 +1,6 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "jellyfin.fullname" . -}} -{{- $svcPort := .Values.service.port -}} +{{- $svcPort := .Values.service.web.port -}} {{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }} {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }} {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}} diff --git a/charts/apps/jellyfin/values.yaml b/charts/apps/jellyfin/values.yaml index 388618e..9d1038c 100644 --- a/charts/apps/jellyfin/values.yaml +++ b/charts/apps/jellyfin/values.yaml @@ -39,8 +39,8 @@ securityContext: {} service: web: type: ClusterIP - port: 8384 # tcp - targetPort: 8384 # tcp + port: 8096 # tcp + targetPort: 8096 # tcp dlna: type: ClusterIP # Change to LoadBalancer if you want to expose the service port: 1900 # udp