- This Helm chart installs pgbouncer in a Kubernetes cluster.
- Inspired by cradlepoint based on image pgbouncer/pgbouncer
- Kubernetes cluster 1.14.10+
- Helm 2.8.0+
helm repo add belaytzev-pgbouncer https://belaytzev.github.io/pgbouncer-helm
helm repo update
Install the pgbouncer helm chart with a release name my-release
:
helm install --name my-release belaytzev-pgbouncer/pgbouncer
To uninstall/delete the my-release
deployment:
helm delete --purge my-release