From: naman.gupta Date: Thu, 20 Jan 2022 07:59:47 +0000 (+0530) Subject: Removing Liveness and readiness probe X-Git-Tag: 1.1.1~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=444bc392fb4de4ed478bebb0ad56b4c92af23782;p=ric-app%2Fhw-python.git Removing Liveness and readiness probe Removing Liveness and readiness probe Signed-off-by: naman.gupta Change-Id: Ib6d3a73654806820973afa77dc18dd7469219985 --- diff --git a/init/config-file.json b/init/config-file.json index 36885aa..7177f11 100644 --- a/init/config-file.json +++ b/init/config-file.json @@ -11,22 +11,6 @@ } } ], - "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": [ {