From 444bc392fb4de4ed478bebb0ad56b4c92af23782 Mon Sep 17 00:00:00 2001 From: "naman.gupta" Date: Thu, 20 Jan 2022 13:29:47 +0530 Subject: [PATCH] Removing Liveness and readiness probe Removing Liveness and readiness probe Signed-off-by: naman.gupta Change-Id: Ib6d3a73654806820973afa77dc18dd7469219985 --- init/config-file.json | 16 ---------------- 1 file changed, 16 deletions(-) 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": [ { -- 2.16.6