Removing Liveness and readiness probe
[ric-app/hw-python.git] / init / config-file.json
index fdaeb3e..7177f11 100644 (file)
@@ -7,26 +7,10 @@
             "image": {
                 "registry": "nexus3.o-ran-sc.org:10004",
                 "name": "o-ran-sc/ric-app-hw-python",
-                "tag": "1.0.0"
+                "tag": "1.1.0"
             }
         }
     ],
-    "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": [
             {