3
0
mirror of https://github.com/mastodon/chart synced 2025-03-16 20:32:26 +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:
John Stewart 2022-12-07 19:15:56 -05:00 committed by GitHub
parent 1e3c4efd3b
commit a6d5338a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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