From e2664843ba86ea368c638dae1d1f09e9c9dada8e Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Thu, 13 Feb 2020 15:22:40 +0100 Subject: [PATCH] Add a real pgbouncer image --- manifests/postgresql-operator-default-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/postgresql-operator-default-configuration.yaml b/manifests/postgresql-operator-default-configuration.yaml index e9ce07fda..5a190e2ab 100644 --- a/manifests/postgresql-operator-default-configuration.yaml +++ b/manifests/postgresql-operator-default-configuration.yaml @@ -126,7 +126,7 @@ configuration: connection_pool_default_cpu_request: "1" connection_pool_default_memory_limit: 100m connection_pool_default_memory_request: "100Mi" - # connection_pool_image: "" + connection_pool_image: "registry.opensource.zalan.do/acid/pgbouncer:master-3" connection_pool_replicas: 1 connection_pool_mode: "transaction" # connection_pool_schema: "pooler"