[POSTGRES][COMMON] Add support for postgres operator 79/136179/11
authorrajesh.kumar <rk00747546@techmahindra.com>
Tue, 17 Oct 2023 09:59:20 +0000 (15:29 +0530)
committerAndreas Geissler <andreas-geissler@telekom.de>
Mon, 19 Feb 2024 10:11:21 +0000 (11:11 +0100)
commit062e7c2a2f0e666ba87d4a0337e5774cf841b3f9
tree0b186a33f7b090df790010a59db643ea65ccebd7
parent2ee6ad456a91061d64b859ba20108c7e3c556de3
[POSTGRES][COMMON] Add support for postgres operator

Add template for the postgres operator instance setup and
modifications to use the postgres instance via Operator
TBD: Update of documentation and fix for clients (DMaaP, CPS)

Issue-ID: OOM-3247

Change-Id: I56c34400dc73c71b936a51260efd231017adaeae
Signed-off-by: rajesh.kumar <rk00747546@techmahindra.com>
21 files changed:
docs/sections/guides/infra_guides/oom_infra_optional_addons.rst
kubernetes/common/common/templates/_postgres.tpl
kubernetes/common/postgres-init/Chart.yaml
kubernetes/common/postgres-init/templates/job.yaml
kubernetes/common/postgres-init/values.yaml
kubernetes/common/postgres/Chart.yaml
kubernetes/common/postgres/templates/configmap.yaml
kubernetes/common/postgres/templates/deployment-primary.yaml
kubernetes/common/postgres/templates/deployment-replica.yaml
kubernetes/common/postgres/templates/metrics-svc-primary.yaml
kubernetes/common/postgres/templates/metrics-svc-replica.yaml
kubernetes/common/postgres/templates/postgres.yaml [new file with mode: 0644]
kubernetes/common/postgres/templates/pv-primary.yaml
kubernetes/common/postgres/templates/pv-replica.yaml
kubernetes/common/postgres/templates/pvc-primary.yaml
kubernetes/common/postgres/templates/pvc-replica.yaml
kubernetes/common/postgres/templates/service-common.yaml
kubernetes/common/postgres/templates/service-primary.yaml
kubernetes/common/postgres/templates/service-replica.yaml
kubernetes/common/postgres/templates/servicemonitor.yaml
kubernetes/common/postgres/values.yaml