Skip to content

Commit

Permalink
Reset db PVC size
Browse files Browse the repository at this point in the history
  • Loading branch information
zgong-gov committed Jul 30, 2024
1 parent 9e27d06 commit fd59a1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .pipeline/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ 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",
verificationVolumeSize: "10Gi",
backupVolumeSize: "5Gi",
verificationVolumeSize: "5Gi",
},
test: {
namespace: "e82e9a-test",
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
2 changes: 1 addition & 1 deletion openshift/postgresql-deploy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ parameters:
displayName: Persistent Volume Size
description: The size of the persistent volume , e.g. 512Mi, 1Gi, 2Gi.
required: true
value: 10Gi
value: 6Gi
- name: PERSISTENT_VOLUME_CLASS
displayName: Persistent Volume Class name
description: The class of the volume; netapp-file-standard, netapp-file-block
Expand Down

0 comments on commit fd59a1a

Please sign in to comment.