Skip to content

calm/kubernetes-helm-chart-pgbouncer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-helm-chart-pgbouncer

This project is a Helm chart implementation for PgBouncer.


Configuration

Create a values.override.yaml (or similar) to add your databases and users settings.

# values.override.yaml example
replicaCount: 1
verbose: 1
users:
  dbuser: notagoodpassword
databases:
  postgres:
    host: postgresql-internal
    port: 5432
    user: dbuser
    dbname: postgres
connectionLimits:
  defaultPoolSize: 20
  minPoolSize: 20
  reservePoolSize: 20

Installation

helm install -f values.override.yaml pgbouncer

About

PgBouncer Helm chart for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 90.8%
  • Dockerfile 9.2%