diff --git a/pgbouncer/deployment.yaml b/pgbouncer/deployment.yaml index cffce83..ddc6117 100644 --- a/pgbouncer/deployment.yaml +++ b/pgbouncer/deployment.yaml @@ -16,6 +16,7 @@ spec: containers: - name: pgbouncer image: pgbouncer/pgbouncer:latest + command: ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] ports: - containerPort: 5432 volumeMounts: