Skip to content

Commit

Permalink
Revert "chore: swap from Crunchy Data to Bitnami"
Browse files Browse the repository at this point in the history
This reverts commit 97397f7.
  • Loading branch information
MikeLyttle committed Nov 28, 2024
1 parent 77ceaca commit 4eb6377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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 #uncomment when using bitnami pg and comment below.
#databaseAlias: postgres-crunchy #uncomment when using crunchy and comment above.
#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 @@ -115,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 4eb6377

Please sign in to comment.