This patch introduces a new structure of the it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / resources / xapp-manager.yaml
1 "local":
2   # Port on which the xapp-manager REST services are provided
3   "host": __REST_PORT__
4 "helm":
5   # Remote helm repo URL. UPDATE this as required.
6   "repo": __HELM_REPO__
7
8   # Repo name referred within the xapp-manager
9   "repo-name": __REPO_NAME__
10
11   # Tiller service details in the cluster. UPDATE this as required.
12   "tiller-service": __TILLER_SERVICE__
13   "tiller-namespace": __TILLER_SERVICE__
14   "tiller-port": __TILLER_PORT__