From 2a5665ac1722b9dec252e7ae080606faa89539ea Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Thu, 15 Apr 2021 21:59:53 +0800 Subject: [PATCH] Added strartupProbe --- jellyfin/templates/statefulset.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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: