From b17060a688f31c9052c233289c6efa39d009c314 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Mon, 18 Sep 2023 00:32:23 +0200 Subject: [PATCH] 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 --- app/matrix/matrix.0x3c.pl.jsonnet | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/matrix/matrix.0x3c.pl.jsonnet b/app/matrix/matrix.0x3c.pl.jsonnet index 2a9fb9a4..238170fb 100644 --- a/app/matrix/matrix.0x3c.pl.jsonnet +++ b/app/matrix/matrix.0x3c.pl.jsonnet @@ -35,6 +35,17 @@ matrix { }, }, + postgres3+: { + cfg+:: { + storageSize: "200Gi" + }, + volumeClaim+: { + metadata+: { + name: "waw3-postgres-2", + }, + }, + }, + appservices: { "telegram-prod": telegram.AppServiceTelegram("prod") { cfg+: {