openstack-helm-addons/postgresql
Larry Rensing ab7b793a54 Add basic postgresql chart
This PS adds a basic chart to deploy postgresql

Change-Id: I8fecfeb9de5513ae6b3529a65397ff91bb86a15e
2017-06-02 16:00:06 +00:00
..
templates Add basic postgresql chart 2017-06-02 16:00:06 +00:00
.helmignore Add basic postgresql chart 2017-06-02 16:00:06 +00:00
Chart.yaml Add basic postgresql chart 2017-06-02 16:00:06 +00:00
README.md Add basic postgresql chart 2017-06-02 16:00:06 +00:00
values.yaml Add basic postgresql chart 2017-06-02 16:00:06 +00:00

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