fix: use correct pgbouncer binary path /opt/pgbouncer/pgbouncer

This commit is contained in:
Ryan Moon
2026-04-02 22:17:28 -05:00
parent e85afcbe7a
commit 1ba206283e

View File

@@ -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: