Skip to content

Commit

Permalink
Merge pull request #481 from patchkez/change_size_pvc
Browse files Browse the repository at this point in the history
[MPP] Deploye templates -  Make backup and postgres volumes bigger
  • Loading branch information
LightOfHeaven1994 authored Feb 19, 2024
2 parents 6ea1016 + c9a40ba commit 925c61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocp-templates/mpp/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 925c61c

Please sign in to comment.