Add helm charts 11/13011/2
authoraravind.est <aravindhan.a@est.tech>
Mon, 24 Jun 2024 16:01:47 +0000 (17:01 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 26 Jun 2024 13:08:27 +0000 (14:08 +0100)
commit98d1f7b428ea6d500e4f60365a780d109899fc51
tree27f71f0f13ce69256b795d0cd40655372a5c4f94
parentb26bf1e19932f9c2f702a55f151016dfda6eaa26
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>
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]