Skip to content

Commit

Permalink
updating jellyfin nodeport
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles authored Jul 21, 2024
1 parent 0fe1521 commit 09eb057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/jellyfin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/jellyfin/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/jellyfin/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ securityContext: {}
service:
type: ClusterIP
port: 8096
# nodePort: 8096
# nodePort: 32096

ingress:
enabled: false
Expand Down

0 comments on commit 09eb057

Please sign in to comment.