diff --git a/jellyfin/templates/statefulset.yaml b/jellyfin/templates/statefulset.yaml index e6071cc..5791157 100644 --- a/jellyfin/templates/statefulset.yaml +++ b/jellyfin/templates/statefulset.yaml @@ -56,6 +56,12 @@ spec: httpGet: path: / port: 8096 + startupProbe: + httpGet: + path: / + port: 8096 + failureThreshold: 30 + periodSeconds: 10 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: