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 1
1
apiVersion : v2
2
- appVersion : 0.10.0
2
+ appVersion : 0.10.2
3
3
description : A Helm chart for Kubernetes mediaserver
4
4
name : k8s-mediaserver
5
5
type : 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
107
107
kind : Service
108
108
metadata :
109
109
name : jellyfin-lb
110
+ {{- with .Values.jackett.service.extraLBAnnotations }}
110
111
annotations :
111
- {{- include .Values.jellyfin.service.extraLBService.annotations . | nindent 4 }}
112
+ {{- . | toYaml | nindent 4 }}
113
+ {{- end }}
112
114
labels :
113
115
{{- include "k8s-mediaserver.labels" . | nindent 4 }}
114
116
spec :
Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ jellyfin:
294
294
nodePort :
295
295
# Defines an additional LB service, requires cloud provider service or MetalLB
296
296
extraLBService : false
297
+ extraLBAnnotations : {}
297
298
ingress :
298
299
enabled : true
299
300
annotations : {}
You can’t perform that action at this time.
0 commit comments