diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index 6b92c99..4d6f244 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jellyfin description: Deploys Jellyfin onto Kubernetes type: application -version: 0.1.3 +version: 0.1.4 appVersion: "10.9.8" maintainers: - name: Drew diff --git a/charts/jellyfin/README.md b/charts/jellyfin/README.md index 28da87c..243cd61 100644 --- a/charts/jellyfin/README.md +++ b/charts/jellyfin/README.md @@ -1,6 +1,6 @@ # jellyfin -![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.9.8](https://img.shields.io/badge/AppVersion-10.9.8-informational?style=flat-square) +![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.9.8](https://img.shields.io/badge/AppVersion-10.9.8-informational?style=flat-square) The Jellyfin helm chart simply exists for deploying the Jellyfin media server onto Kubernetes. diff --git a/charts/jellyfin/templates/service.yaml b/charts/jellyfin/templates/service.yaml index 5670486..14e1011 100644 --- a/charts/jellyfin/templates/service.yaml +++ b/charts/jellyfin/templates/service.yaml @@ -10,7 +10,7 @@ spec: - port: {{ .Values.service.port }} targetPort: 8096 {{- if eq .Values.service.type "NodePort" }} - nodePort: {{ default "8096" .Values.service.nodePort }} + nodePort: {{ default "32096" .Values.service.nodePort }} {{- end }} protocol: TCP name: http diff --git a/charts/jellyfin/values.yaml b/charts/jellyfin/values.yaml index 4bc280d..f81a657 100644 --- a/charts/jellyfin/values.yaml +++ b/charts/jellyfin/values.yaml @@ -39,7 +39,7 @@ securityContext: {} service: type: ClusterIP port: 8096 - # nodePort: 8096 + # nodePort: 32096 ingress: enabled: false