We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e710fe commit bf689d3Copy full SHA for bf689d3
charts/compress-state/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v2
3
name: compress-state
4
description: Run rust-synapse-compress-state as a Kubernetes Job/CronJob
5
type: application
6
-version: 1.0.0
+version: 1.0.1
7
appVersion: "v0.1.4"
8
sources:
9
- https://github.com/matrix-org/rust-synapse-compress-state
charts/compress-state/values.yaml
@@ -14,13 +14,13 @@ existingSecret:
14
name: ''
15
16
cmdArgs:
17
- chunkSize: 500
18
- minStateGroups: 100
+ chunkSize: 10000
+ minStateGroups: 5000
19
20
# choose one of Job or CronJob
21
cron:
22
enabled: false
23
- schedule: "1 4 * * *"
+ schedule: "*/5 0-6 * * *"
24
activeDeadlineSeconds: 1000
25
26
0 commit comments