Removing Liveness and readiness probe 13/7613/1 e-release f-release
authornaman.gupta <naman.gupta@samsung.com>
Thu, 20 Jan 2022 07:59:47 +0000 (13:29 +0530)
committernaman.gupta <naman.gupta@samsung.com>
Tue, 25 Jan 2022 08:19:56 +0000 (13:49 +0530)
Removing Liveness and readiness probe

Signed-off-by: naman.gupta <naman.gupta@samsung.com>
Change-Id: Ib6d3a73654806820973afa77dc18dd7469219985

init/config-file.json

index 36885aa..7177f11 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": [
             {