Merge "Add a filebeat container together with esr-server"
[oom.git] / kubernetes / helm / starters / onap-app / README.md
1 # Starter Helm Chart for ONAP Applications
2
3 Clone the onap-app directory and rename it to the name for your new Helm Chart.
4
5 Helm Charts for specific applications should be moved into the oom/kubernetes
6 directory. If the application is a common reusable Helm Chart (eg. mariadb), a
7 more appropriate location might be the oom/kubernetes/common directory.
8
9 Edit each yaml file in the new Helm Chart directoy, substituing real values
10 for those inside brackets (eg. `<onap-app>`). Some comments have been provided in
11 the file to help guide changes that need to be made. This starter Helm Chart is
12 in no way complete. It can serve as the basis for creating a new Helm Chart that
13 attempts to apply Helm best practices to ONAP applications being configured,
14 deployed and managed in Kubernetes.