X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fappmgr.yaml;h=58545fcd3675aaf2bd6d4e2983568b0e1ffa3839;hb=refs%2Fchanges%2F93%2F1893%2F1;hp=3753f1fbb47f9d5f3e80bc5e4f3c3fb2bde2bd5a;hpb=8504f6a10b6417bd6b73249941c8f6356442fc9b;p=ric-plt%2Fappmgr.git diff --git a/config/appmgr.yaml b/config/appmgr.yaml index 3753f1f..58545fc 100755 --- a/config/appmgr.yaml +++ b/config/appmgr.yaml @@ -17,17 +17,23 @@ "host": ":8080" "helm": "host": "192.168.0.12:31807" - "repo": "/opt/ric/dummy-xapp-chart" + "repo": "http://192.168.0.6/charts" + "repo-name": "helm-repo" "secrets": "username": "admin" "password": "ric" "helm-username-file": "./helm_repo_username" "helm-password-file": "./helm_repo_password" + "retry": 1 "xapp": - "namespace": "ricxapp" + "namespace": "default" "tarDir": "/tmp" + "schema": "descriptors/schema.json" + "config": "config/config-file.json" + "tmpConfig": "/tmp/config-file.json" "db": + "sessionNamespace": "XMSession" "host": ":6379" "prot": "tcp" "maxIdle": 80 - "maxActive": 12000 \ No newline at end of file + "maxActive": 12000