File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
helm-charts/k8s-mediaserver Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 0.10.0
2+ appVersion : 0.10.2
33description : A Helm chart for Kubernetes mediaserver
44name : k8s-mediaserver
55type : application
6- version : 0.10.0
6+ version : 0.10.2
Original file line number Diff line number Diff line change @@ -107,8 +107,10 @@ apiVersion: v1
107107kind : Service
108108metadata :
109109 name : jellyfin-lb
110+ {{- with .Values.jackett.service.extraLBAnnotations }}
110111 annotations :
111- {{- include .Values.jellyfin.service.extraLBService.annotations . | nindent 4 }}
112+ {{- . | toYaml | nindent 4 }}
113+ {{- end }}
112114 labels :
113115 {{- include "k8s-mediaserver.labels" . | nindent 4 }}
114116spec :
Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ jellyfin:
294294 nodePort :
295295 # Defines an additional LB service, requires cloud provider service or MetalLB
296296 extraLBService : false
297+ extraLBAnnotations : {}
297298 ingress :
298299 enabled : true
299300 annotations : {}
You can’t perform that action at this time.
0 commit comments