mirror of
https://github.com/mastodon/chart
synced 2025-03-16 05:51:51 +00:00
reduce failureThreshold and periodSeconds of startupProbes so containers start quicker and check more frequently
This commit is contained in:
parent
a6d5338a85
commit
2e7ed2266b
24
values.yaml
24
values.yaml
|
@ -173,16 +173,20 @@ mastodon:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: streaming
|
port: streaming
|
||||||
|
failureThreshold: 30
|
||||||
|
periodSeconds: 5
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/streaming/health
|
path: /api/v1/streaming/health
|
||||||
port: streaming
|
port: streaming
|
||||||
startupProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /api/v1/streaming/health
|
|
||||||
port: streaming
|
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /api/v1/streaming/health
|
||||||
|
port: streaming
|
||||||
|
failureThreshold: 20
|
||||||
|
periodSeconds: 3
|
||||||
web:
|
web:
|
||||||
port: 3000
|
port: 3000
|
||||||
# -- Number of Web Pods running
|
# -- Number of Web Pods running
|
||||||
|
@ -205,16 +209,20 @@ mastodon:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: http
|
port: http
|
||||||
|
failureThreshold: 30
|
||||||
|
periodSeconds: 5
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: http
|
port: http
|
||||||
startupProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /health
|
|
||||||
port: http
|
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: http
|
||||||
|
failureThreshold: 20
|
||||||
|
periodSeconds: 3
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
statsd:
|
statsd:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user