Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 982 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 982 Bytes

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