mirror of
https://github.com/mastodon/chart
synced 2025-03-16 05:51:51 +00:00
set startupProbe by default of streaming to same pattern as web so we can define common failureThreshold and periodSeconds
This commit is contained in:
parent
1e3c4efd3b
commit
a6d5338a85
|
@ -171,13 +171,18 @@ mastodon:
|
|||
# memory: 128Mi
|
||||
# -- (Streaming Deployment) liveness and readiness probes
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/streaming/health
|
||||
tcpSocket:
|
||||
port: streaming
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/streaming/health
|
||||
port: streaming
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /api/v1/streaming/health
|
||||
port: streaming
|
||||
failureThreshold: 30
|
||||
periodSeconds: 5
|
||||
web:
|
||||
port: 3000
|
||||
# -- Number of Web Pods running
|
||||
|
|
Loading…
Reference in New Issue
Block a user