updated image tag version to 1.0.3
[ric-app/rc.git] / xapp-descriptor / config.json
index d7a3072..bf88bb0 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "xapp_name": "rc",
+  "name": "rc",
   "version": "1.0.0",
   "containers": [
     {
@@ -7,12 +7,34 @@
       "image": {
         "registry": "nexus3.o-ran-sc.org:10002",
         "name": "o-ran-sc/ric-app-rc",
-        "tag": "1.0.0"
+        "tag": "1.0.3"
       }
     }
   ],
+  "livenessProbe": {
+        "httpGet": {
+            "path": "ric/v1/health/alive",
+            "port": 8080
+        },
+        "initialDelaySeconds": 5,
+        "periodSeconds": 15
+    },
+    "readinessProbe": {
+        "httpGet": {
+            "path": "ric/v1/health/ready",
+            "port": 8080
+        },
+        "initialDelaySeconds": 5,
+        "periodSeconds": 15
+    },
   "messaging": {
     "ports": [
+     {
+       "name": "http",
+       "container": "rc",
+       "port": 8080,
+       "description": "http service"
+     },
      {
        "name": "grpc-server",
        "container": "rc",
@@ -46,6 +68,7 @@
   },
    "controls": {
           "ricHOControlgRpcServerPort" : "7777",
-          "logLevel": 4
+          "logLevel": 3,
+          "controlAckTimer" : 2
    }
 }