3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Fix mastodon-streamer failing its startup probe

This commit is contained in:
Alexander Olofsson 2024-07-09 08:38:05 +02:00
parent 36a38c2500
commit 4a10445514
No known key found for this signature in database
GPG Key ID: D439C9470CB04C73

View File

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