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