Skip to content

Helm chart for deploying misterdorito/postgresql_tools docker container into k8s environment.

Notifications You must be signed in to change notification settings

misterdorito/postgresql_tools_chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgresql_tools_chart

A helm chart for deploying misterdorito/postgresql_tools docker container into k8s environment.

Assumptions

These instructions assumes that: ..*kubectl is installed and kubeconfig is in proper working order. ..*helm (and tiller as required) is installed.

Deploying chart

  1. Clone this repo.
  2. cd into the root of this repo.
  3. Run the following command:
   helm install -n <namespace> --set pg_version=[postgresql version] pgtools .

The supported PostgreSQL version are 9.4, 9.5, 9.6, 11 and 12.

Undeploying the chart

To undeploy the chart, issue the following command:

   helm -n [namespace] delete pgtools

About

Helm chart for deploying misterdorito/postgresql_tools docker container into k8s environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published