Skip to content

Commit

Permalink
revert db resource to 6gi - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcgov-brwang committed Jul 31, 2024
1 parent 824882a commit 40ee94a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .pipeline/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const phases = {
host: `sbi-e82e9a-dev.apps.silver.devops.gov.bc.ca`,
dotnet_env: "Development",
dbUser: "userUXN",
dbSize: "10Gi",
dbSize: "6Gi",
transient: true,
backupVolume: "schoolbus",
backupVolumeSize: "10Gi",
Expand All @@ -47,11 +47,11 @@ const phases = {
tag: `test-${version}`,
host: `sbi-e82e9a-test.apps.silver.devops.gov.bc.ca`,
dbUser: "user7KU",
dbSize: "10Gi",
dbSize: "6Gi",
dotnet_env: "Staging",
backupVolume: "schoolbus",
backupVolumeSize: "10Gi",
verificationVolumeSize: "10Gi",
backupVolumeSize: "5Gi",
verificationVolumeSize: "5Gi",
},
prod: {
namespace: "e82e9a-prod",
Expand All @@ -64,11 +64,11 @@ const phases = {
tag: `prod-${version}`,
host: `sbi-e82e9a-prod.apps.silver.devops.gov.bc.ca`,
dbUser: "userKIX",
dbSize: "10Gi",
dbSize: "6Gi",
dotnet_env: "Production",
backupVolume: "schoolbus",
backupVolumeSize: "10Gi",
verificationVolumeSize: "10Gi",
backupVolumeSize: "5Gi",
verificationVolumeSize: "5Gi",
},
};

Expand Down
4 changes: 2 additions & 2 deletions openshift/backup-deploy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ parameters:
1Gi, 2Gi. Ensure this is sized correctly. Refer to the container documentation
for details.
required: true
value: 10Gi
value: 5Gi
- name: BACKUP_VOLUME_CLASS
displayName: Backup Volume Class
description:
Expand All @@ -410,7 +410,7 @@ parameters:
backups, e.g. 512Mi, 1Gi, 2Gi. Ensure this is sized correctly. It should be
large enough to contain your largest database.
required: true
value: 10Gi
value: 1Gi
- name: VERIFICATION_VOLUME_CLASS
displayName: Backup Volume Class
description:
Expand Down

0 comments on commit 40ee94a

Please sign in to comment.