fix: various Jellyfin chart bugs (#32)

This commit is contained in:
2023-10-24 00:37:07 +02:00
committed by GitHub
parent a0dd2a5eab
commit b76c06fed4
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,9 @@ metadata:
labels:
{{- include "jellyfin.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
{{- include "jellyfin.selectorLabels" . | nindent 6 }}
@ -45,7 +47,7 @@ spec:
path: /
port: http
periodSeconds: 10
failureThreshold: 30
failureThreshold: 6
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: