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

This commit is contained in:
James 2023-11-07 00:23:00 +01:00 committed by GitHub
parent a427ad6fa0
commit 02b710ee02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

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