openstack-helm/postgresql
2017-02-10 17:06:18 -08:00
..
templates Initial postgresql chart (#154) 2017-02-10 17:06:18 -08:00
Chart.yaml Initial postgresql chart (#154) 2017-02-10 17:06:18 -08:00
README.md Initial postgresql chart (#154) 2017-02-10 17:06:18 -08:00
requirements.yaml Initial postgresql chart (#154) 2017-02-10 17:06:18 -08:00
values.yaml Initial postgresql chart (#154) 2017-02-10 17:06:18 -08: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