3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 10:52:44 +00:00

Fix endpoint type for healthcheck for streaming pods

This commit is contained in:
Tim Campbell 2024-07-09 10:39:05 +02:00 committed by Renaud Chaput
parent 36a38c2500
commit a695b425da
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,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: 5.1.2
version: 5.1.3
# 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

@ -143,7 +143,7 @@ spec:
startupProbe:
httpGet:
path: /api/v1/streaming/health
port: http
port: streaming
initialDelaySeconds: 5
failureThreshold: 15
periodSeconds: 5