Add helm charts for multicloud-k8s 92/85992/14
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 23 Apr 2019 00:52:13 +0000 (17:52 -0700)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 13 May 2019 13:44:38 +0000 (13:44 +0000)
commite2ba7c834a9f7f74227ff7733a673c1ba7fc4c15
tree8f270a99778c8bba184f5d633f82d786823493d4
parent0b30da1b5a3b57d67eb3bbd35c423780a91b677e
Add helm charts for multicloud-k8s

Add helm charts for multicloud-k8s
Add support for access via msb internal gateway
Use 9015 port instead to align with other Multicloud
services
Add Makefile under multicloud to do helm dep up for k8s
as k8s uses the mongo chart in its requirements.yaml
Update licenses

Issue-ID: ONAPARC-363
Change-Id: I31aaf9e97a3807501af5bf7e56b3df53dfc22074
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
kubernetes/multicloud/Makefile [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/Chart.yaml [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/requirements.yaml [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/templates/configmap.yaml [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/templates/deployment.yaml [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/templates/service.yaml [new file with mode: 0644]
kubernetes/multicloud/charts/multicloud-k8s/values.yaml [new file with mode: 0644]