From 2c8cad7d0b5d0010867bd9704f4437a17d023097 Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Tue, 20 Aug 2024 11:36:14 +0000 Subject: [PATCH] Remove startup probe --- helm_deploy/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helm_deploy/values.yaml b/helm_deploy/values.yaml index fd71e07f..cc8a0177 100644 --- a/helm_deploy/values.yaml +++ b/helm_deploy/values.yaml @@ -65,7 +65,4 @@ generic-service: path: /umt/actuator/health/readiness livenessProbe: httpGet: - path: /umt/actuator/health/liveness - startupProbe: - httpGet: - path: /umt/actuator/health/ping \ No newline at end of file + path: /umt/actuator/health/liveness \ No newline at end of file