Add generic Postgres set for DCAE 65/40465/6
authorBorislavG <Borislav.Glozman@amdocs.com>
Sun, 1 Apr 2018 15:59:54 +0000 (18:59 +0300)
committerBorislav Glozman <Borislav.Glozman@amdocs.com>
Tue, 3 Apr 2018 10:56:58 +0000 (10:56 +0000)
commitb36d86ca8af268cf18ef2bcfc3f474415b3cd098
tree12e72ab349fcc333ec12717be822845ba9c462f2
parent95dd46311f15e3d004e821496e135e7b43faee4e
Add generic Postgres set for DCAE

DCAE postgres set is based on Crunchy Data Statefulset Helm Example.
It provides a statefulSet of two postgres replicas.
Remaining work: tweak services and PVs. Adjust the chart to
  DCAE needs.

Change-Id: Ic05f88fcde5c5967ebd93f944f953262df77d7c6
Issue-ID: OOM-853
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
kubernetes/common/postgres/.helmignore [new file with mode: 0644]
kubernetes/common/postgres/Chart.yaml [new file with mode: 0644]
kubernetes/common/postgres/requirements.yaml [new file with mode: 0644]
kubernetes/common/postgres/templates/pv.yaml [new file with mode: 0644]
kubernetes/common/postgres/templates/secrets.yaml [new file with mode: 0644]
kubernetes/common/postgres/templates/service.yaml [new file with mode: 0644]
kubernetes/common/postgres/templates/statefulset.yaml [new file with mode: 0644]
kubernetes/common/postgres/values.yaml [new file with mode: 0644]