Skip to content

Commit

Permalink
fix(jellifyn): Fix the jellyfin chart to avoid errors when using the …
Browse files Browse the repository at this point in the history
…extra LB
  • Loading branch information
umbertix committed Apr 2, 2024
1 parent 77cb84e commit 2ae7df5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-charts/k8s-mediaserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 0.10.0
appVersion: 0.10.2
description: A Helm chart for Kubernetes mediaserver
name: k8s-mediaserver
type: application
version: 0.10.0
version: 0.10.2
4 changes: 3 additions & 1 deletion helm-charts/k8s-mediaserver/templates/jellyfin-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ apiVersion: v1
kind: Service
metadata:
name: jellyfin-lb
{{- with .Values.jackett.service.extraLBAnnotations }}
annotations:
{{- include .Values.jellyfin.service.extraLBService.annotations . | nindent 4 }}
{{- . | toYaml | nindent 4 }}
{{- end }}
labels:
{{- include "k8s-mediaserver.labels" . | nindent 4 }}
spec:
Expand Down
1 change: 1 addition & 0 deletions helm-charts/k8s-mediaserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ jellyfin:
nodePort:
# Defines an additional LB service, requires cloud provider service or MetalLB
extraLBService: false
extraLBAnnotations: {}
ingress:
enabled: true
annotations: {}
Expand Down

0 comments on commit 2ae7df5

Please sign in to comment.