Adding Helm charts of Multicloud-K8s 89/93589/9
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Wed, 14 Aug 2019 23:24:01 +0000 (16:24 -0700)
committerPramod <pramod.raghavendra.jayathirth@intel.com>
Wed, 28 Aug 2019 00:35:32 +0000 (00:35 +0000)
commitc3791c6003d4c53e3789efa61f42fd777905deb6
tree011a3e9be2a1e6195e97d3d6b2b2b3541bae1025
parentdcace0784979890bb986fb078348b4b3ceef146c
Adding Helm charts of Multicloud-K8s

To have seperate copy for ONAP4K8s

Issue-ID: MULTICLOUD-771
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: Ie6bbb17370253f0a115502694b8579b46366d241
38 files changed:
deployments/helm/README.txt [new file with mode: 0644]
deployments/helm/onap4k8s/.helmignore [new file with mode: 0644]
deployments/helm/onap4k8s/Chart.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/Makefile [new file with mode: 0644]
deployments/helm/onap4k8s/charts/Makefile [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/Chart.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/templates/_ingress.tpl [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/templates/_name.tpl [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/templates/_namespace.tpl [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/templates/_repository.tpl [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/templates/_resources.tpl [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/templates/_service.tpl [new file with mode: 0644]
deployments/helm/onap4k8s/charts/common/values.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/.helmignore [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/Chart.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/requirements.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/templates/pv.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/templates/service.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/templates/statefulset.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/etcd/values.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/.helmignore [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/Chart.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/requirements.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/templates/nfs-provisoner.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/templates/pv.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/templates/pvc.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/templates/service.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/templates/statefulset.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/templates/storageclass.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/mongo/values.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/Chart.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/requirements.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/resources/config/k8sconfig.json [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/templates/configmap.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/templates/deployment.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/templates/service.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/charts/multicloud-k8s/values.yaml [new file with mode: 0644]
deployments/helm/onap4k8s/values.yaml [new file with mode: 0644]