Add standalone R3 RIC platform helm charts and deployment scripts.
[ric-plt/ric-dep.git] / helm / appmgr / resources / appmgr.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_NAMESPACE__
14   "tiller-port": __TILLER_PORT__
15   # helm username and password files
16   "helm-username-file": "/opt/ric/secret/helm_repo_username"
17   "helm-password-file": "/opt/ric/secret/helm_repo_password"
18   "retry": 1
19 "xapp":
20   #Namespace to install xAPPs
21   "namespace": __XAPP_NAMESPACE__
22   "tarDir": "/tmp"
23   "schema": "descriptors/schema.json"
24   "config": "config/config-file.json"
25   "tmpConfig": "/tmp/config-file.json"