summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/postgres/templates/service.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-12-17[COMMON] Use deployment for postgresqlSylvain Desbureaux1-95/+0
Instead of statefulset + inner work in the container, use deployments in order to be more reliable Change-Id: Icf4fe1303ae3489c822558e28bb08b69af2d4970 Issue-ID: OOM-2234 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-04-03Add generic Postgres set for DCAEBorislavG1-0/+95
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>