Skip to content

Commit

Permalink
docs: updated the crunchydb readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar committed Dec 13, 2024
1 parent ac9f080 commit eda587a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions openshift/crunchydb/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Fider
# CrunchyDB

Fider uses CrunchyDB as its highly available database. CrunchyDB uses Patroni,
which uses PostgreSQL as the database.
CHEFS uses CrunchyDB for all of its highly available database. CrunchyDB uses
Patroni for replication and failovers, and Patroni uses PostgreSQL as the
underlying database.

## Installation

This CrunchyDB installation use the
[Helm chart](https://github.com/bcgov/crunchy-postgres) provided by the fine
folks over at platform services. The `charts` directory has been copied here
from commit `91d32cb` so that changes to the upstream repo don't unexpectedly
change our deployments. This stability and consistency comes at the cost of
added maintenance effort to stay in sync.
folks over at platform services. Huge thanks go to this team for doing the hard
work of figuring out the CrunchyDB setup and making it easy for the community.

The `charts` directory has been copied here so that changes to the upstream repo
don't unexpectedly change our deployments. This stability and consistency comes
at the cost of added maintenance effort to stay in sync.

This code is current to commit `91d32cb` in December 2024.

0 comments on commit eda587a

Please sign in to comment.