Skip to content

Commit

Permalink
fix: (jellyfin): disable startup probe
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardDabbler committed Nov 17, 2024
1 parent 3d6a660 commit 131db02
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions kubernetes/apps/media/jellyfin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,7 @@ spec:
failureThreshold: 3
readiness: *probe
startup:
enabled: true
custom: true
spec:
httpGet:
path: /health
port: 8096
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 30
enabled: false
service:
app:
controller: jellyfin
Expand Down

0 comments on commit 131db02

Please sign in to comment.