3
0
mirror of https://github.com/mastodon/chart synced 2025-03-15 21:41:50 +00:00

reduce failureThreshold and periodSeconds of startupProbes so containers start quicker and check more frequently

This commit is contained in:
John Stewart 2022-12-08 08:48:24 -05:00 committed by GitHub
parent a6d5338a85
commit 2e7ed2266b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,16 +173,20 @@ mastodon:
livenessProbe:
tcpSocket:
port: streaming
failureThreshold: 30
periodSeconds: 5
readinessProbe:
httpGet:
path: /api/v1/streaming/health
port: streaming
startupProbe:
httpGet:
path: /api/v1/streaming/health
port: streaming
failureThreshold: 30
periodSeconds: 5
startupProbe:
httpGet:
path: /api/v1/streaming/health
port: streaming
failureThreshold: 20
periodSeconds: 3
web:
port: 3000
# -- Number of Web Pods running
@ -205,16 +209,20 @@ mastodon:
livenessProbe:
tcpSocket:
port: http
failureThreshold: 30
periodSeconds: 5
readinessProbe:
httpGet:
path: /health
port: http
startupProbe:
httpGet:
path: /health
port: http
failureThreshold: 30
periodSeconds: 5
startupProbe:
httpGet:
path: /health
port: http
failureThreshold: 20
periodSeconds: 3
metrics:
statsd: