From ba6ab27b8917f716a0370462d84f23ed1c346b9f Mon Sep 17 00:00:00 2001 From: Bhavya-egov Date: Thu, 23 Nov 2023 16:39:37 +0530 Subject: [PATCH] updated path --- .../helm/charts/health-services/health-location/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-as-code/helm/charts/health-services/health-location/values.yaml b/deploy-as-code/helm/charts/health-services/health-location/values.yaml index a3325b64fc..50427e5033 100644 --- a/deploy-as-code/helm/charts/health-services/health-location/values.yaml +++ b/deploy-as-code/helm/charts/health-services/health-location/values.yaml @@ -25,8 +25,8 @@ image: replicas: "1" healthChecks: enabled: true - livenessProbePath: "/egov-location/health" - readinessProbePath: "/egov-location/health" + livenessProbePath: "/health-location/health" + readinessProbePath: "/health-location/health" appType: "java-spring" tracing-enabled: true heap: "-Xmx192m -Xms192m"