fix: override pgbouncer entrypoint to use config file directly

This commit is contained in:
Ryan Moon
2026-04-02 22:16:21 -05:00
parent 46c78cc11f
commit e85afcbe7a

View File

@@ -16,6 +16,7 @@ spec:
containers:
- name: pgbouncer
image: pgbouncer/pgbouncer:latest
command: ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
ports:
- containerPort: 5432
volumeMounts: