CPS local Helm charts 09/141509/11
authormpriyank <priyank.maheshwari@est.tech>
Tue, 8 Jul 2025 16:28:45 +0000 (18:28 +0200)
committermpriyank <priyank.maheshwari@est.tech>
Mon, 28 Jul 2025 12:01:22 +0000 (13:01 +0100)
commitbb9d5380d9303e49a14e3db3222a2b2d2f851fd7
treef8fbff32dc0c0bc957beee480ba5383a32e357df
parent413d58752c643b09d806171dcc8cf12f6fc51d39
CPS local Helm charts

  - added helm chart
  - added required services (cps, dmi etc)
  - added headless service to access hazelcast service
  - added README

Issue-Id: CPS-2783
Change-Id: I11f0b07b80625a80b414490d630407a262495867
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
18 files changed:
cps-charts/.helmignore [new file with mode: 0644]
cps-charts/Chart.yaml [new file with mode: 0644]
cps-charts/README.md [new file with mode: 0644]
cps-charts/config/postgres-init.sql [new file with mode: 0644]
cps-charts/templates/_helpers.tpl [new file with mode: 0644]
cps-charts/templates/cps-deployment.yaml [new file with mode: 0644]
cps-charts/templates/cps-hazelcast-service.yaml [new file with mode: 0644]
cps-charts/templates/cps-service.yaml [new file with mode: 0644]
cps-charts/templates/dmi-stub-deployment.yaml [new file with mode: 0644]
cps-charts/templates/dmi-stub-service.yaml [new file with mode: 0644]
cps-charts/templates/kafka-deployment.yaml [new file with mode: 0644]
cps-charts/templates/kafka-service.yaml [new file with mode: 0644]
cps-charts/templates/postgres-init-configmap.yaml [new file with mode: 0644]
cps-charts/templates/postgresql-deployment.yaml [new file with mode: 0644]
cps-charts/templates/postgresql-service.yaml [new file with mode: 0644]
cps-charts/templates/zookeeper-deployment.yaml [new file with mode: 0644]
cps-charts/templates/zookeeper-service.yaml [new file with mode: 0644]
cps-charts/values.yaml [new file with mode: 0644]