Skip to content

Commit

Permalink
added accounts-db sizing change to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjoy-gds committed Nov 13, 2023
1 parent ff304af commit 89ae9d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions concourse/pipelines/create-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5281,6 +5281,9 @@ jobs:
- -c
- |
DB_PLAN="tiny-unencrypted-12"
if [ "${DEPLOY_ENV}" = "stg-lon" ] || [ "${DEPLOY_ENV}" = "prod" ] || [ "${DEPLOY_ENV}" = "prod-lon" ]; then
DB_PLAN="small-ha-12"
fi
cf api "${API_ENDPOINT}"
cf auth "${CF_ADMIN}" "${CF_PASS}"
Expand Down

0 comments on commit 89ae9d7

Please sign in to comment.