mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-07 21:22:44 +00:00
feat: update Jellyfin healthcheck to use /health (#39)
This commit is contained in:
@ -39,12 +39,12 @@ spec:
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /health
|
||||
port: http
|
||||
periodSeconds: 10
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /health
|
||||
port: http
|
||||
periodSeconds: 10
|
||||
failureThreshold: 6
|
||||
|
Reference in New Issue
Block a user