From 4e1ca8a700c8fb3371d4003dcf0c0e135510644b Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sun, 10 Oct 2021 19:23:52 -0800 Subject: [PATCH] Add pgbouncer --- deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yml b/deployment.yml index d0b74a5..e7009be 100644 --- a/deployment.yml +++ b/deployment.yml @@ -22,7 +22,7 @@ spec: spec: containers: - name: pgbouncer - image: timoha/pgbouncer + image: timoha/pgbouncer:1.15.0 resources: requests: memory: "256Mi"