Skip to content

Commit

Permalink
Update Jellyfin
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Feb 11, 2023
1 parent 3a480a6 commit 13a73bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/apps/jellyfin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/jellyfin/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down
4 changes: 2 additions & 2 deletions charts/apps/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a73bb

Please sign in to comment.