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
|
# memory: 128Mi
|
||||||
# -- (Streaming Deployment) liveness and readiness probes
|
# -- (Streaming Deployment) liveness and readiness probes
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
path: /api/v1/streaming/health
|
|
||||||
port: streaming
|
port: streaming
|
||||||
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
|
||||||
|
periodSeconds: 5
|
||||||
web:
|
web:
|
||||||
port: 3000
|
port: 3000
|
||||||
# -- Number of Web Pods running
|
# -- Number of Web Pods running
|
||||||
|
|
Loading…
Reference in New Issue
Block a user