openstack-helm-addons/postgresql
Steve Wilkerson fa0a64c6aa Change license headers to use gotpl comments
This changes the license headers in openstack-helm-addons to use
gotpl comments, similar to the charts in openstack-helm.

Change-Id: Id64e8b513f359a59cdf7c0dd19ba4cc1869ca087
2017-08-16 08:19:34 -05:00
..
templates Change license headers to use gotpl comments 2017-08-16 08:19:34 -05: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

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