fix: override pgbouncer entrypoint to use config file directly
This commit is contained in:
@@ -16,6 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: pgbouncer
|
- name: pgbouncer
|
||||||
image: pgbouncer/pgbouncer:latest
|
image: pgbouncer/pgbouncer:latest
|
||||||
|
command: ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user