We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc7c1f commit 2f0175eCopy full SHA for 2f0175e
k8s/apps/multimedia/jellyfin/deployment.k8s.yaml
@@ -47,17 +47,9 @@ spec:
47
memory: 12Gi
48
securityContext:
49
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
56
livenessProbe:
57
58
59
60
- readinessProbe:
+ initialDelaySeconds: 300
+ periodSeconds: 10
61
httpGet:
62
path: /health
63
port: http
0 commit comments