From 8b1d8ce3f99bdbbc29e0f9a29f3c0c98b0664992 Mon Sep 17 00:00:00 2001 From: murtll Date: Fri, 23 Aug 2024 20:12:07 +0700 Subject: [PATCH] update docs --- docs/reference/cluster_manifest.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/cluster_manifest.md b/docs/reference/cluster_manifest.md index bf731be2e..edf8cd282 100644 --- a/docs/reference/cluster_manifest.md +++ b/docs/reference/cluster_manifest.md @@ -511,7 +511,8 @@ properties of the persistent storage that stores Postgres data. Those parameters are defined under the `sidecars` key. They consist of a list of dictionaries, each defining one sidecar (an extra container running -along the main Postgres container on the same pod). The following keys can be +along the main Postgres container on the same pod). Same way sidecars can be +defined for the pooler, using `connectionPooler.sidecars` key. The following keys can be defined in the sidecar dictionary: * **name** @@ -601,6 +602,9 @@ for both master and replica pooler services (if `enableReplicaConnectionPooler` * **resources** Resource configuration for connection pooler deployment. +* **sidecars** + Extra containers to run alongside with PGBouncer container. + ## Custom TLS certificates Those parameters are grouped under the `tls` top-level key. Note, you have to