Add a standalone helm chart for ODU slice assurance app 01/7401/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Thu, 16 Dec 2021 10:50:59 +0000 (11:50 +0100)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Thu, 16 Dec 2021 10:51:25 +0000 (11:51 +0100)
commit63e6b8666b65f40b7c65d60af33877db81260511
treedc6239f364d6285bc44eab9078a0b427464e6cb7
parente89249374ecb1d73046e683a4139817470e1fe4f
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>
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]