Removing Liveness and readiness probe
[ric-app/hw-python.git] / 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": [
             {