Files
charts/postgresql
Sameer Naik 2f78c0a05d Add default rc manifests (#32)
* added manifests with the default configurations

* added `run-generators.sh` script to easily update the manifests
2016-04-14 09:15:31 -07:00
..
2016-04-14 09:15:31 -07:00
2016-03-24 21:47:53 +05:30
2016-03-24 21:47:53 +05:30

PostgreSQL

PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.

Based on the Bitnami PostgreSQL image for docker, this Chart bootstraps a PostgreSQL deployment on a Kubernetes cluster using Helm.

Persistence

For persistence of the PostgreSQL data, mount a storage volume at the /bitnami/postgresql/data path of the PostgreSQL pod.

By default the PostgreSQL Chart mounts an emptyDir volume.

Configuration

To edit the default PostgreSQL configuration, run

$ helm edit postgresql

Configurable parameters can be specified in tpl/values.toml. If not specified default values as defined by the Bitnami PostgreSQL image are used.

Tip: If you have issues running the above command, add se autochdir to your ~/.vimrc profile or simply edit ~/.helm/workspace/charts/postgresql/tpl/values.toml in your favourite editor.

Finally, generate the chart to apply your changes to the configuration.

$ helm generate postgresql

Cleanup

To delete the PostgreSQL deployment completely:

$ helm uninstall -n default postgresql