Files
confdroid_pgbouncer/README.md
2026-03-14 18:37:20 +01:00

1.3 KiB

README

Build Status Security Hotspots

Purpose

Pgbouncer is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance through the reuse of connections.

confdroid_pgbounceris a standalone container suitable for running on kubernetes etc to facilitate loadbalancer deployments. It can and should run with multiple instances. Each instance will take the configuration from the same source and works independently.

Download

confdroid_pgbouncer:latest

Configuration

The container takes its configuration via config map and secrets.

Contact Us