Skip to content

Commit 2f0175e

Browse files
fix(jellyfin): Add delay to liveness probe
1 parent bdc7c1f commit 2f0175e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

k8s/apps/multimedia/jellyfin/deployment.k8s.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,9 @@ spec:
4747
memory: 12Gi
4848
securityContext:
4949
readOnlyRootFilesystem: false # FIXME: Linuxserver images require writable root fs
50-
startupProbe:
51-
failureThreshold: 30
52-
periodSeconds: 10
53-
httpGet:
54-
path: /health
55-
port: http
5650
livenessProbe:
57-
httpGet:
58-
path: /health
59-
port: http
60-
readinessProbe:
51+
initialDelaySeconds: 300
52+
periodSeconds: 10
6153
httpGet:
6254
path: /health
6355
port: http

0 commit comments

Comments
 (0)