Skip to content

Commit

Permalink
Reduce volume size
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Feb 17, 2022
1 parent c132eb5 commit c2965a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database/.pipeline/lib/db.deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ module.exports = (settings) => {
POSTGRESQL_DATABASE: 'biohubbc',
TZ: phases[phase].tz,
IMAGE_STREAM_NAMESPACE: phases.build.namespace,
VOLUME_CAPACITY:
`${name}-postgresql${phases[phase].suffix}` === `${name}-postgresql-dev-deploy` ? '20Gi' : '3Gi'
VOLUME_CAPACITY: '3Gi'
}
})
);
Expand Down

0 comments on commit c2965a9

Please sign in to comment.