fix: use correct pgbouncer binary path /opt/pgbouncer/pgbouncer
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: pgbouncer
|
- name: pgbouncer
|
||||||
image: pgbouncer/pgbouncer:latest
|
image: pgbouncer/pgbouncer:latest
|
||||||
command: ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
|
command: ["/opt/pgbouncer/pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user