Initial delivery of helm charts to deploy mod2 components. Resolved all 88/118988/2
authormssivakumar01 <ss426e@att.com>
Tue, 9 Mar 2021 17:58:21 +0000 (12:58 -0500)
committermssivakumar01 <ss426e@att.com>
Fri, 12 Mar 2021 21:40:45 +0000 (16:40 -0500)
commitb3b8db7f8b36e47e1565c72e50454b12b8aee114
tree836a95e9961b2f60ceb7251e0b9536ed6a6510b2
parent89fbed6db9874da1c05e1a311c1eb289f9a6af5c
Initial delivery of helm charts to deploy mod2 components. Resolved all
the comments.

Issue-ID: DCAEGEN2-2318
Change-Id: I4a5fee682d9cec03d96212b7f73f7b52a46819b0
Signed-off-by: mssivakumar01 <ss426e@att.com>
23 files changed:
mod2/assembly/docker-compose.yml
mod2/assembly/helm/Chart.yaml [new file with mode: 0644]
mod2/assembly/helm/Makefile [new file with mode: 0644]
mod2/assembly/helm/components/auth-service/Chart.yaml [new file with mode: 0644]
mod2/assembly/helm/components/auth-service/requirements.yaml [new file with mode: 0644]
mod2/assembly/helm/components/auth-service/templates/deployment.yaml [new file with mode: 0644]
mod2/assembly/helm/components/auth-service/templates/secrets.yaml [new file with mode: 0644]
mod2/assembly/helm/components/auth-service/templates/service.yaml [new file with mode: 0644]
mod2/assembly/helm/components/auth-service/values.yaml [new file with mode: 0644]
mod2/assembly/helm/components/catalog-service/Chart.yaml [new file with mode: 0644]
mod2/assembly/helm/components/catalog-service/requirements.yaml [new file with mode: 0644]
mod2/assembly/helm/components/catalog-service/templates/deployment.yaml [new file with mode: 0644]
mod2/assembly/helm/components/catalog-service/templates/secrets.yaml [new file with mode: 0644]
mod2/assembly/helm/components/catalog-service/templates/service.yaml [new file with mode: 0644]
mod2/assembly/helm/components/catalog-service/values.yaml [new file with mode: 0644]
mod2/assembly/helm/components/ui/Chart.yaml [new file with mode: 0644]
mod2/assembly/helm/components/ui/requirements.yaml [new file with mode: 0644]
mod2/assembly/helm/components/ui/templates/deployment.yaml [new file with mode: 0644]
mod2/assembly/helm/components/ui/templates/secrets.yaml [new file with mode: 0644]
mod2/assembly/helm/components/ui/templates/service.yaml [new file with mode: 0644]
mod2/assembly/helm/components/ui/values.yaml [new file with mode: 0644]
mod2/assembly/helm/requirements.yaml [new file with mode: 0644]
mod2/assembly/helm/values.yaml [new file with mode: 0644]