mirror of
https://github.com/mastodon/chart
synced 2025-03-16 05:51:51 +00:00
update to sisheogorath requested default values
This commit is contained in:
parent
2e7ed2266b
commit
a018a90f73
16
values.yaml
16
values.yaml
|
@ -173,14 +173,14 @@ mastodon:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: streaming
|
port: streaming
|
||||||
failureThreshold: 30
|
failureThreshold: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/streaming/health
|
path: /api/v1/streaming/health
|
||||||
port: streaming
|
port: streaming
|
||||||
failureThreshold: 30
|
failureThreshold: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 10
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/streaming/health
|
path: /api/v1/streaming/health
|
||||||
|
@ -209,14 +209,14 @@ mastodon:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: http
|
port: http
|
||||||
failureThreshold: 30
|
failureThreshold: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: http
|
port: http
|
||||||
failureThreshold: 30
|
failureThreshold: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 10
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
|
|
Loading…
Reference in New Issue
Block a user