Update subscription data
[ric-plt/appmgr.git] / helm_chart / appmgr / values.yaml
index 8d71678..a1c8bec 100755 (executable)
 # Modify this section to point to Docker image repository
 image:
   #repository: "snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001"
-  repository: "k8s-cluster-docker-helm-repo:5000"
+  repository: "192.168.0.6:5000"
   
   #repositoryCred:
   #  user: docker
   #  password: docker
-  pullPolicy: IfNotPresent
+  pullPolicy: Always 
   
 # This section describes xAppManager
   replicaCount: 1
 
   # xAppmanager Docker image name and tag
   name: appmgr
-  tag: 1.0.0 
+  tag: 0.1.5
 
   #nameOverride: ""
   #fullnameOverride: ""
@@ -43,7 +43,8 @@ service:
   port: 8080
   nodePort: 30218
   name: appmgr-service
-  health_check_endpoint: ric/v1/health  
+  health_alive_check_endpoint: ric/v1/health/alive
+  health_ready_check_endpoint: ric/v1/health/ready
 
 # config
 # Path referred in appmgr for retrieving configuration details
@@ -57,7 +58,7 @@ appconfig:
       "host": ":8080"
     "helm":
       # Remote helm repo URL. UPDATE this as required.
-      "repo": "https://k8s-cluster-docker-helm-repo/helm_charts"
+      "repo": "http://192.168.0.6/charts"
 
       # Repo name referred within the appmgr
       "repo-name": "helm-repo"
@@ -70,9 +71,14 @@ appconfig:
       # helm username and password files
       "helm-username-file": "/opt/ric/secret/helm_repo_username"
       "helm-password-file": "/opt/ric/secret/helm_repo_password"
+      "retry": 1
     "xapp":
       #Namespace to install xAPPs
-      "namespace": ricxapp
+      "namespace": "default"
+      "tarDir": "/tmp"
+      "schema": "descriptors/schema.json"
+      "config": "config/config-file.json"
+      "tmpConfig": "/tmp/config-file.json"
 
 # To be provided as env variables
 appenv: