Skip to content

Commit

Permalink
Update readme to reflect the actual readonly endpoint (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Nov 28, 2023
1 parent 00cd4b9 commit b885cd8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ As this charm is not yet published, you need to follow the build and deploy inst
- Makes use of the [data-platform-libs DatabaseRequires library](https://github.com/canonical/data-platform-libs/blob/main/lib/charms/data_platform_libs/v0/database_provides.py).
- `database:postgresql-client`
- Provides a relation to client applications.
- Importantly, this relation doesn't handle scaling the same way others do. All PgBouncer nodes are read/writes, and they expose the read-only nodes of the backend database through the database name `f"{dbname}_standby"`.
- Importantly, this relation doesn't handle scaling the same way others do. All PgBouncer nodes are read/writes, and they expose the read-only nodes of the backend database through the database name `f"{dbname}_readonly"`.

The expected data presented in a relation interface is provided in the docstring at the top of the source files for each relation.

Expand All @@ -26,14 +26,6 @@ These relations will be deprecated in future. When deploying these relations, pl
- `db:`[`pgsql`](https://github.com/canonical/ops-lib-pgsql/)
- `db-admin:`[`pgsql`](https://github.com/canonical/ops-lib-pgsql/)

### Planned

The following relations provide support for the [LMA charm bundle](https://juju.is/docs/lma2), our expected observability stack.

- `prometheus:prometheus_scrape`
- `loki:loki_push_api`
- `grafana:grafana_dashboards`

## OCI Images

This charm uses the canonical pgbouncer-container docker image, available [here](https://code.launchpad.net/~data-platform/+git/pgbouncer), stored in [dockerhub](https://hub.docker.com/r/dataplatformoci/pgbouncer).
Expand Down

0 comments on commit b885cd8

Please sign in to comment.