feat: update Jellyfin healthcheck to use /health (#39)

This commit is contained in:
2023-11-07 00:23:00 +01:00
committed by GitHub
parent a427ad6fa0
commit 02b710ee02
2 changed files with 3 additions and 3 deletions

View File

@ -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