fix: use correct pgbouncer binary path /opt/pgbouncer/pgbouncer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user