Skip to content

Commit

Permalink
revert back to crunchy db
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <[email protected]>
  • Loading branch information
mishraomp committed Oct 28, 2024
1 parent 5a2a06e commit 68c5db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.dbdeployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
type: string
enabled:
description: 'Enable the deployment of the crunchy database, easy switch to turn it on/off'
default: false
default: true
required: false
type: boolean

Expand Down
7 changes: 4 additions & 3 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ global:
#-- domain of the application, it is required, apps.silver.devops.gov.bc.ca for silver cluster and apps.devops.gov.bc.ca for gold cluster
domain: "apps.silver.devops.gov.bc.ca" # it is apps.gold.devops.gov.bc.ca for gold cluster
#-- the database Alias gives a nice way to switch to different databases, crunchy, patroni ... etc.
databaseAlias: bitnamipg #postgres-crunchy #bitnamipg # when using crunchy make it postgres-crunchy
#databaseAlias: bitnamipg #uncomment when using bitnami pg and comment below.
databaseAlias: postgres-crunchy #uncomment when using crunchy and comment above.

#-- the components of the application, backend.
backend:
Expand Down Expand Up @@ -114,10 +115,10 @@ frontend:
minAvailable: 1 # the minimum number of pods that must be available during the disruption budget.

crunchy:
enabled: false # make this false and bitnami-pg true to switch from crunchy to bitnami single postgis.
enabled: true # make this false and bitnami-pg true to switch from crunchy to bitnami single postgis.

bitnamipg:
enabled: true
enabled: false
image:
registry: ghcr.io
repository: bcgov/nr-containers/bitnami/postgresql
Expand Down

0 comments on commit 68c5db5

Please sign in to comment.