mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-01-18 17:45:43 +00:00
fix: typo in Jellyfin chart (#34)
This commit is contained in:
parent
f11c08b4ca
commit
59da75e15d
@ -25,7 +25,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
@ -48,7 +48,7 @@ spec:
|
|||||||
port: http
|
port: http
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
{{- if .Values.jellyfin.publishedServerUrl -}}
|
{{- if .Values.jellyfin.publishedServerUrl }}
|
||||||
env:
|
env:
|
||||||
- name: JELLYFIN_PublishedServerUrl
|
- name: JELLYFIN_PublishedServerUrl
|
||||||
value: {{ .Values.jellyfin.publishedServerUrl }}
|
value: {{ .Values.jellyfin.publishedServerUrl }}
|
||||||
|
Loading…
Reference in New Issue
Block a user