Skip to content

PgBouncer Helm Chart based on Alpine docker image

License

Notifications You must be signed in to change notification settings

belaytzev/pgbouncer-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for PgBouncer

Artifact Hub

Introduction

Prerequisites

  • Kubernetes cluster 1.14.10+
  • Helm 2.8.0+

Installation

Add Helm repository

helm repo add belaytzev-pgbouncer https://belaytzev.github.io/pgbouncer-helm
helm repo update

Install the chart

Install the pgbouncer helm chart with a release name my-release:

helm install --name my-release belaytzev-pgbouncer/pgbouncer

Uninstallation

To uninstall/delete the my-release deployment:

helm delete --purge my-release