openstack-helm/postgresql
Larry Rensing 9bc0183ba0 point MaaS to postgresql instance within cluster (#199)
* Initial postgresql chart

* maas/postgres wip

* updated readme for postgresql

* Edit service dependency
2017-02-23 20:01:48 -05:00
..
templates add license headers to postgresql (#225) 2017-02-20 07:09:47 -08:00
.helmignore point MaaS to postgresql instance within cluster (#199) 2017-02-23 20:01:48 -05:00
Chart.yaml add license headers to postgresql (#225) 2017-02-20 07:09:47 -08:00
README.md Initial postgresql chart (#154) 2017-02-10 17:06:18 -08:00
requirements.yaml Rename common chart, and update all references to functions within it. (#167) 2017-02-14 16:52:38 -08:00
values.yaml add license headers to postgresql (#225) 2017-02-20 07:09:47 -08:00

README.md

openstack-helm/postgresql

This chart leverages StatefulSets, with persistent storage.

The StatefulSets all leverage PVCs to provide stateful storage to /var/lib/postgresql.

You must ensure that your control nodes that should receive postgresql instances are labeled with openstack-control-plane=enabled, or whatever you have configured in values.yaml for the label configuration:

kubectl label nodes openstack-control-plane=enabled --all