app/matrix/matrix.hackerspace.pl: pin synapse media-worker container version

We keep this pinned to older version to prevent unneeded media container
restarts.

Change-Id: I221237d3f88720779572fd972e8ada65e829864d
changes/99/1099/3
informatic 2021-09-14 19:59:37 +02:00
parent dcb131fdc2
commit 2e191eae7b
1 changed files with 21 additions and 0 deletions

View File

@ -28,6 +28,27 @@ matrix {
},
},
// We really don't like restarting our media repository since it gets stuck
// on long fsck process of its 500G storage PVC.
// TODO(b/48) To be removed after migrating to matrix-media-repo/S3 storage
synapse+: {
mediaWorker+: {
deployment+: {
spec+: {
template+: {
spec+: {
containers_+: {
web+: {
image: "matrixdotorg/synapse:v1.35.1",
},
},
}
},
},
},
},
},
// Bump up storage to 200Gi from default 100Gi, use different name. The
// new name corresponds to a manually migrated and sized-up PVC that
// contains data from the original waw3-postgres PVC.