Add helm charts 18/12818/1 j-release
authoraravind.est <aravindhan.a@est.tech>
Mon, 24 Jun 2024 16:01:47 +0000 (17:01 +0100)
committerJohn Keeney <john.keeney@est.tech>
Thu, 27 Jun 2024 16:21:30 +0000 (16:21 +0000)
commitca356b3a408a40c3a5770d6e33a429d15433b21b
tree8efec9142fceacd8c412c050550d80703599e392
parent4a0f99b8d5d2d9a0b9a46a8e93f905c18a71b658
Add helm charts

Helm charts adn scripts for installation added

Issue-ID: SMO-147
Change-Id: Id61195ac573a7f62f923a8865fe5694f5a5b8eb9
Signed-off-by: aravind.est <aravindhan.a@est.tech>
(cherry picked from commit 98d1f7b428ea6d500e4f60365a780d109899fc51)
29 files changed:
charts/install-teiv.sh [new file with mode: 0644]
charts/smo/Chart.yaml [new file with mode: 0644]
charts/smo/Makefile [new file with mode: 0644]
charts/smo/smo-common/Chart.yaml [new file with mode: 0644]
charts/smo/smo-common/templates/_configmap.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_ingress.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_labels.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_name.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_namespace.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_pods.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_service.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_statefulset.tpl [new file with mode: 0644]
charts/smo/smo-common/templates/_utils.tpl [new file with mode: 0644]
charts/smo/smo/Chart.yaml [new file with mode: 0644]
charts/smo/smo/templates/kafka-pv.yaml [new file with mode: 0644]
charts/smo/smo/templates/pgsql-pv.yaml [new file with mode: 0644]
charts/smo/smo/values.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/Chart.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/.helmignore [new file with mode: 0644]
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/Chart.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/configmap.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/deployment.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/templates/service.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/charts/topology-exposure-inventory/values.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/resources/init_sql/00_init-teiv-exposure-model.sql [new file with mode: 0644]
charts/smo/topology-exposure-inventory/resources/init_sql/01_init-teiv-exposure-data.sql [new file with mode: 0644]
charts/smo/topology-exposure-inventory/templates/configmap.yaml [new file with mode: 0644]
charts/smo/topology-exposure-inventory/values.yaml [new file with mode: 0644]
charts/uninstall-teiv.sh [new file with mode: 0644]