Files
confdroid_pgbouncer/README.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

2025-12-06 12:02:27 +01:00
# README
2025-12-06 10:36:17 +00:00
2025-12-06 12:02:27 +01:00
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_pgbouncer)](https://jenkins.confdroid.com/job/confdroid_pgbouncer/)
2026-02-24 18:59:31 +01:00
[![Security Hotspots](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_pgbouncer&metric=security_hotspots&token=sqb_14b3b9e1feb1a04243c8e2bbef2a7db64824068a)](https://sonarqube.confdroid.com/dashboard?id=confdroid_pgbouncer)
- [README](#readme)
2026-03-13 16:23:15 +01:00
- [Purpose](#purpose)
- [Download](#download)
- [Configuration](#configuration)
2026-03-13 16:23:15 +01:00
- [Contact Us](#contact-us)
2025-12-06 10:36:17 +00:00
2026-03-13 16:23:15 +01:00
## Purpose
2025-12-06 10:36:17 +00:00
`Pgbouncer` is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance through the reuse of connections.
2025-12-06 10:36:17 +00:00
2026-03-14 18:37:20 +01:00
`confdroid_pgbouncer`is 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.
2026-03-13 16:23:15 +01:00
## Download
[confdroid_pgbouncer:latest](https://sourcecode.confdroid.com/confdroid/-/packages/container/confdroid_pgbouncer/latest)
## Configuration
The container takes its configuration via config map and secrets.
- see [example config](docs/example_config.yaml)
2026-03-13 16:23:15 +01:00
## Contact Us
- [contact form](https://confdroid.com/contact/)
- [feedback portal](https://feedback.confdroid.com/)