mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-01-19 01:55:43 +00:00
Compare commits
No commits in common. "59da75e15d8bde4450d328a69d19348c4010577a" and "a0dd2a5eab0d49ea94b35b41a7df0b5ba92db2ae" have entirely different histories.
59da75e15d
...
a0dd2a5eab
@ -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.2
|
version: 0.1.0
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -5,9 +5,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "jellyfin.labels" . | nindent 4 }}
|
{{- include "jellyfin.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: {{ .Values.replicaCount }}
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "jellyfin.selectorLabels" . | nindent 6 }}
|
{{- include "jellyfin.selectorLabels" . | nindent 6 }}
|
||||||
@ -47,12 +45,7 @@ spec:
|
|||||||
path: /
|
path: /
|
||||||
port: http
|
port: http
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 6
|
failureThreshold: 30
|
||||||
{{- if .Values.jellyfin.publishedServerUrl }}
|
|
||||||
env:
|
|
||||||
- name: JELLYFIN_PublishedServerUrl
|
|
||||||
value: {{ .Values.jellyfin.publishedServerUrl }}
|
|
||||||
{{- end }}
|
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: jellyfin/jellyfin
|
repository: jellyfin/jellyfin
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
@ -32,11 +34,7 @@ securityContext:
|
|||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
||||||
jellyfin:
|
|
||||||
# -- See PublishedServerUrl at https://jellyfin.org/docs/general/administration/configuration#main-configuration-options
|
|
||||||
publishedServerUrl: ""
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
# -- Persistence config for the /config volume
|
# -- Persistence config for the /config volume
|
||||||
|
Loading…
Reference in New Issue
Block a user