Skip to content

Commit d9d08f1

Browse files
author
ModestTG
committed
fix: Disable jellyfin probes
1 parent 3be9056 commit d9d08f1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

kubernetes/apps/media/jellyfin/app/helmrelease.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ spec:
3939
env:
4040
TZ: "${TIMEZONE}"
4141
probes:
42-
liveness: &probes
43-
enabled: true
44-
custom: true
45-
spec:
46-
httpGet:
47-
path: /health
48-
port: &port 8096
49-
initialDelaySeconds: 20
50-
periodSeconds: 20
51-
timeoutSeconds: 1
52-
failureThreshold: 5
53-
readiness: *probes
42+
# liveness: &probes
43+
# enabled: true
44+
# custom: true
45+
# spec:
46+
# httpGet:
47+
# path: /health
48+
# port: &port 8096
49+
# initialDelaySeconds: 20
50+
# periodSeconds: 20
51+
# timeoutSeconds: 1
52+
# failureThreshold: 5
53+
# readiness: *probes
5454
startup:
5555
enabled: false
5656
resources:
@@ -63,7 +63,7 @@ spec:
6363
controller: main
6464
ports:
6565
http:
66-
port: *port
66+
port: 8096
6767
ingress:
6868
jellyfin:
6969
className: internal

0 commit comments

Comments
 (0)