From c9a40ba7e9d4bdcaa4ce9b408dad3187cb6c4c8d Mon Sep 17 00:00:00 2001 From: pakotvan Date: Mon, 19 Feb 2024 08:21:57 +0100 Subject: [PATCH] Make backup and postgres volumes bigger --- ocp-templates/mpp/postgres.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocp-templates/mpp/postgres.yaml b/ocp-templates/mpp/postgres.yaml index 7b3a9e37..5da84a97 100644 --- a/ocp-templates/mpp/postgres.yaml +++ b/ocp-templates/mpp/postgres.yaml @@ -300,7 +300,7 @@ parameters: - name: POSTGRESQL_STORAGE displayName: PostgreSQL Storage description: The amount of storage space for the database to use - value: 100Gi + value: 300Gi - name: APP_NAME displayName: App Name description: The name of the application @@ -316,7 +316,7 @@ parameters: - name: BACKUP_STORAGE displayName: Backup storage description: The amount of storage for the DB backup volume claim - value: 30Gi + value: 120Gi - name: BACKUP_KEEP displayName: Number of backups to keep description: The number of backups to keep in the DB backup volume claim