1
0
Fork 0

matrix/0x3c: increase postgres volume size before migration to matrix-ng

Change-Id: I80834986f9aeb629c3eb32c4e824290d9531c4ca
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1602
Reviewed-by: informatic <informatic@hackerspace.pl>
master
informatic 2023-09-18 00:32:23 +02:00 committed by informatic
parent 0bb2fcaa32
commit b17060a688
1 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,17 @@ matrix {
},
},
postgres3+: {
cfg+:: {
storageSize: "200Gi"
},
volumeClaim+: {
metadata+: {
name: "waw3-postgres-2",
},
},
},
appservices: {
"telegram-prod": telegram.AppServiceTelegram("prod") {
cfg+: {