From 4eb6377700c08ec02a426feaeab30d66a0873a2e Mon Sep 17 00:00:00 2001 From: Mike Lyttle Date: Wed, 27 Nov 2024 16:44:26 -0800 Subject: [PATCH] Revert "chore: swap from Crunchy Data to Bitnami" This reverts commit 97397f715f995306692037b0b00e76aa9049c016. --- charts/app/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/app/values.yaml b/charts/app/values.yaml index 45841ca..259a3e0 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -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: @@ -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