Add helm chart for test ACM element microservice 29/130529/4
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 30 Aug 2022 21:29:55 +0000 (22:29 +0100)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Tue, 6 Sep 2022 14:38:24 +0000 (14:38 +0000)
commitb7642e059a8edb000cadc7f0d8836e0411a24961
treedef53a40aaf14e4b3055e997240bba884dbe4976
parent10bdfd8dc0a5870196a18a9be441b22d02b598c0
Add helm chart for test ACM element microservice

Adding helm chart for the ac element microservice under the examples
directory for testing ACM workflow. This helm chart can be uploaded
to a local helm repository and deployed using kubernetes participant
in ACM. The input configuration is provided in the Tosca service template
for ACM.

Issue-ID: POLICY-4306
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I6ac702f67cad6a8dbd04c626a5af91aa0bd00a58
examples/src/main/resources/clamp/acm/acelement-helm/acelement/Chart.yaml [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/resources/config/application.yaml [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/templates/_helpers.tpl [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/templates/configmap.yaml [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/templates/deployment.yaml [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/templates/service.yaml [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/templates/serviceaccount.yaml [new file with mode: 0644]
examples/src/main/resources/clamp/acm/acelement-helm/acelement/values.yaml [new file with mode: 0644]