mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-05 20:31:27 +00:00
fix: add missing PublishedServerUrl config option (#33)
This commit is contained in:
@ -48,6 +48,11 @@ spec:
|
||||
port: http
|
||||
periodSeconds: 10
|
||||
failureThreshold: 6
|
||||
{{- if .Values.jellyfin.publishedServerUrl -}}
|
||||
env:
|
||||
- name: JELLYFIN_PublishedServerUrl
|
||||
value: {{ .Values.jellyfin.publishedServerUrl }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
Reference in New Issue
Block a user