chnaged container type
[ric-app/rc.git] / xapp-descriptor / config.json
index d7a3072..5052cea 100644 (file)
       }
     }
   ],
+  "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",