Adding helm charts for gloo ingress controller 75/86575/1
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Tue, 30 Apr 2019 00:36:20 +0000 (17:36 -0700)
committerPramod <pramod.raghavendra.jayathirth@intel.com>
Tue, 30 Apr 2019 00:42:48 +0000 (17:42 -0700)
commit61f4b3a192df2aed9a98dbd1d65b46c165666de1
treed2809d42c3c03207c70ade9919d5a56a396e9a7a
parented44393c10548b712a4c9c55f5d51c9e01554c2b
Adding helm charts for gloo ingress controller

Helm charts for gloo with support for Kubernetes ingress

Issue-ID: ONAPARC-491
Change-Id: Ia6342f79edef19120da4c28f376a3399991a8310
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
30 files changed:
vnfs/DAaaS/00-init/gloo/.helmignore [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/Chart.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/0-namespace.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/10-ingress-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/100-gloo-crds.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/101-knative-crds-0.5.1.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/11-ingress-proxy-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/12-ingress-proxy-configmap.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/13-ingress-proxy-service.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/14-clusteringress-proxy-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/15-clusteringress-proxy-configmap.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/16-clusteringress-proxy-service.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/17-knative-no-istio-0.5.1.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/18-settings.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/20-namespace-clusterrole-gateway.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/21-namespace-clusterrole-ingress.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/22-namespace-clusterrole-knative.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/23-namespace-clusterrolebinding-gateway.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/24-namespace-clusterrolebinding-ingress.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/25-namespace-clusterrolebinding-knative.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/3-gloo-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/4-gloo-service.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/5-discovery-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/6-gateway-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/7-gateway-proxy-deployment.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/8-gateway-proxy-service.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/templates/9-gateway-proxy-configmap.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/values-ingress.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/values-knative.yaml [new file with mode: 0755]
vnfs/DAaaS/00-init/gloo/values.yaml [new file with mode: 0755]