{"id":28570100,"url":"https://github.com/wallarm/pgbouncer-chart","last_synced_at":"2025-06-10T17:40:07.421Z","repository":{"id":36719989,"uuid":"204017422","full_name":"wallarm/pgbouncer-chart","owner":"wallarm","description":"Helm chart to deploy pgbouncer connection pooler to Kubernetes","archived":false,"fork":false,"pushed_at":"2023-01-10T12:00:17.000Z","size":20,"stargazers_count":15,"open_issues_count":2,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-03-26T19:07:45.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wallarm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-23T14:46:23.000Z","updated_at":"2024-01-29T18:19:32.000Z","dependencies_parsed_at":"2023-01-17T04:17:59.623Z","dependency_job_id":null,"html_url":"https://github.com/wallarm/pgbouncer-chart","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Fpgbouncer-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Fpgbouncer-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Fpgbouncer-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Fpgbouncer-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallarm","download_url":"https://codeload.github.com/wallarm/pgbouncer-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Fpgbouncer-chart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259118858,"owners_count":22808070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T17:40:05.910Z","updated_at":"2025-06-10T17:40:07.378Z","avatar_url":"https://github.com/wallarm.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pgbouncer\n=========\n\nPgBouncer is a lightweight connection pooler for PostgreSQL.\n\nInstall the Chart\n-----------------\n\nTo install the chart with the releases name `my-release` in namespace `my-namespace`:\n```bash\n $ git clone git@github.com:wallarm/pgbouncer-chart.git\n $ cd pgbouncer-chart\n $ helm install -n my-release --namespace my-namespace .\n```\n\nConfiguration example\n---------------------\n\n```yaml\nimagePullSecrets:\n  - name: \u003cSecretname\u003e\nconfig:\n  adminPassword: \u003cSomePassword\u003e\n  databases:\n    \u003cDBName1\u003e:\n      host: \u003cHostName1\u003e.mdb.yandexcloud.net\n      port: 6432\n    \u003cDBName2\u003e:\n      host: \u003cHostName2\u003e.mdb.yandexcloud.net\n      port: 6432\n    \u003cDBName3\u003e:\n      host: \u003cHostName3\u003e.mdb.yandexcloud.net\n      port: 6432\n  pgbouncer:\n    server_tls_sslmode: prefer\n    max_client_conn: 500\n    ignore_startup_parameters: extra_float_digits\n    pool_mode: transaction\n  userlist:\n    \u003cDBUser1\u003e: \u003cmd5MD5HashOfPassword1\u003e\n    \u003cDBUser2\u003e: \u003cmd5MD5HashOfPassword2\u003e\n    \u003cDBUSer3\u003e: \u003cmd5MD5HashOfPassword3\u003e\n```\n\nConfiguration\n-------------\n\nThe following table lists the configurable parameters of the Prometheus chart and their default values.\n\nParameter | Description | Default\n--------- | ----------- | -------\n`replicaCount`      | Desired number of pgbouncer pods | `1`\n`updateStrategy`    | Deploy strategy of the Deployment | `{}`\n`minReadySeconds`   | Interval between discrete pods transitions | `0`\n`revisionHistoryLimit` | Rollback limit | `10`\n`imagePullSecrets`  | Container image pull secrets | `[]`\n`image.registry`    | Pgbouncer container image registry | `\"\"`\n`image.repository`  | Pgbouncer container image repository | `pgbouncer/pgbouncer`\n`image.tag`         | Pgbouncer container image tag | `1.15.0`\n`image.pullPolicy`  | Pgbouncer container image pull policy | `IfNotPresent`\n`service.type`      | Type of pgbouncer service to create | `ClusterIP`\n`service.port`      | Pgbouncer service port | `5432`\n`podLabels`         | Labels to add to the pod metadata | `{}`\n`podAnnotations`    | Annotations to add to the pod metadata | `{}`\n`extraEnvs`         | Additional environment variables to set | `[]`\n`resources`         | Pgbouncer pod resource requests \u0026 limits | `{}`\n`nodeSelector`      | Node labels for pgbouncer pod assignment | `{}`\n`lifecycle`         | Lifecycle hooks | `{}`\n`tolerations`       | Node taints to tolerate (requires Kubernetes \u003e=1.6) | `[]`\n`affinity`          | Pod affinity | `{}`\n`priorityClassName` | Priority of pods | `\"\"`\n`runtimeClassName`  | Runtime class for pods | `\"\"`\n`config.adminUser`  | Set pgbouncer `admin_user` option. `admin_user` - database user that are allowed to connect and run all commands on console. | `admin`\n`config.adminPassword` | Set password for `admin_user` | `\"\"`, required\n`config.authUser`   | Set pgbouncer `auth_user` option. If `auth_user` is set, any user not specified in `auth_file` will be queried through the `auth_query` query from `pg_shadow` in the database using `auth_user` | `\"\"`\n`config.authPassword` | Set password for `auth_user` | `\"\"`\n`config.databases`  | Dict of database connections string described in section `[databases]` in pgbouncer.ini file | `{}`\n`config.pgbouncer`  | Dict of pgbouncer options described in section `[pgbouncer]` in pgbouncer.ini file | \n`config.userlist`   | Dict of users for `userlist.txt` file | `{}`\n`extraContainers`   | Additional containers to be added to the pods | `[]`\n`extraInitContainers` | Containers, which are run before the app containers are started | `[]`\n`extraVolumeMounts` | Additional volumeMounts to the main container | `[]`\n`extraVolumes`      | Additional volumes to the pods | `[]`\n`pgbouncerExporter.enabled` | Enables pgbouncer exporter in pod | `false`\n`pgbouncerExporter.port` | Pgbouncer exporter port | `9127`\n`pgbouncerExporter.image.registry` | Pgbouncer exporter image registry | `\"\"`\n`pgbouncerExporter.image.repository` | Pgbouncer exporter image repository | `prometheuscommunity/pgbouncer-exporter`\n`pgbouncerExporter.image.tag` | Pgbouncer exporter image tag | `2.0.1`\n`pgbouncerExporter.image.pullPolicy` | Pgbouncer exporter image pull policy | `IfNotPresent`\n`pgbouncerExporter.resources` | Pgbouncer exporter resources | `{\"limits\":{\"cpu\":\"250m\",\"memory\":\"150Mi\"},\"requests\":{\"cpu\":\"30m\",\"memory\":\"40Mi\"}}`\n`podSecurityPolicy.enabled` | Enables PodSecurityPolicy object creation | `false`\n`podDisruptionBudget.enabled` | Enables PodDisruptionBudget object creation | `true`\n`serviceAccount.name` | Kubernetes ServiceAccount for service. Creates new if empty | `\"\"`\n`serviceAccount.annotations` | Annotations to set for ServiceAccount | `{}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallarm%2Fpgbouncer-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallarm%2Fpgbouncer-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallarm%2Fpgbouncer-chart/lists"}