mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Fix mastodon-streamer failing its startup probe
This commit is contained in:
parent
36a38c2500
commit
4a10445514
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user