Add a standalone helm chart for ODU slice assurance app 04/7404/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Thu, 16 Dec 2021 10:50:59 +0000 (11:50 +0100)
committerMuhammad Rehan Raza <muhammad.rehan.raza@est.tech>
Thu, 16 Dec 2021 13:32:37 +0000 (13:32 +0000)
commitff11d4807751dd80209f214fc1ad8958f46162ef
tree54b5554cc07da495a68dacd7045f93a7cb011906
parentb6308bae4c515c84b501a3c63806dd6d5f24c566
Add a standalone helm chart for ODU slice assurance app

This helm chart is needed when the app is instantiated via
control loop. The kubernetes-participant that will deploy
the app needs to run "helm install" command with this chart.

Change-Id: If849de755c1ec5086ec0df2489c4c23d9ef3580a
Issue-ID: NONRTRIC-692
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
(cherry picked from commit 63e6b8666b65f40b7c65d60af33877db81260511)
test/usecases/odusliceassurance/goversion/helm/odu-app/.helmignore [new file with mode: 0644]
test/usecases/odusliceassurance/goversion/helm/odu-app/Chart.yaml [new file with mode: 0644]
test/usecases/odusliceassurance/goversion/helm/odu-app/templates/_helpers.tpl [new file with mode: 0644]
test/usecases/odusliceassurance/goversion/helm/odu-app/templates/deployment.yaml [new file with mode: 0644]
test/usecases/odusliceassurance/goversion/helm/odu-app/templates/service.yaml [new file with mode: 0644]
test/usecases/odusliceassurance/goversion/helm/odu-app/values.yaml [new file with mode: 0644]