Added helm chart

Change-Id: I3eb3678569c84074298cc67ef7a175cf8f43ab5a
Signed-off-by: William Kurkian <wkurkian@cisco.com>
7 files changed
tree: 66e971ea066a63e6b4afe2572b454241b451a82b
  1. Dockerfile
  2. Dockerfile.alpine
  3. README.md
  4. build.sh
  5. config/
  6. helm-chart/
  7. libs/
  8. pom.xml
  9. push_to_foundry.sh
  10. push_to_local.sh
  11. src/
  12. ves-agent.yaml
README.md

This project is a VES agent for the SEBA project.

This reads messages off Kafka, and post them to the VES, which is the event REST API of ONAP's DCAE.

To build the project, run build.sh

To push the docker images to a repository, see the push_to_local.sh and push_to_foundry.sh scripts

To run the project on a kubernetes cluster, run kubectl apply -f ves-agent.yaml