Skip to content

Commit

Permalink
feat: upgradepost
Browse files Browse the repository at this point in the history
fix backup process, and the github issue template
  • Loading branch information
thegentlemanphysicist committed Oct 7, 2022
1 parent 8de1230 commit 3889f83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/silver-custom-gold-custom-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ body:
attributes:
value: |
## Additional Information ##
Please create your IDP via our [Common Hosted Single Sign on App](https://bcgov.github.io/sso-requests)
[How to guide can be found here](https://stackoverflow.developer.gov.bc.ca/questions/864)
Please create your IDP via our [Common Hosted Single Sign on App](https://bcgov.github.io/sso-requests)
[How to guide can be found here](https://stackoverflow.developer.gov.bc.ca/questions/864)
- type: checkboxes
id: terms
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ db:
usernameKey: app-db-username
passwordKey: app-db-password

persistence:
backup:
size: 6Gi
verification:
size: 3Gi
env:
DATABASE_SERVICE_NAME:
value: sso-pgsql-dev-11-patroni
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ db:
usernameKey: username
passwordKey: password

persistence:
backup:
size: 42Gi
verification:
size: 10Gi
env:
DATABASE_SERVICE_NAME:
value: sso-pgsql-prod-11-patroni
Expand Down

0 comments on commit 3889f83

Please sign in to comment.