From 1ba206283e839705e3aeb4033271e06419b46333 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 22:17:28 -0500 Subject: [PATCH] fix: use correct pgbouncer binary path /opt/pgbouncer/pgbouncer --- pgbouncer/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgbouncer/deployment.yaml b/pgbouncer/deployment.yaml index ddc6117..51e143a 100644 --- a/pgbouncer/deployment.yaml +++ b/pgbouncer/deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - name: pgbouncer image: pgbouncer/pgbouncer:latest - command: ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] + command: ["/opt/pgbouncer/pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] ports: - containerPort: 5432 volumeMounts: