From 15fab14fb6e02c2656e238c8af77593de551c145 Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:16:55 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20probe=20type=20adapt=C3=A9=20=C3=A0=20l'?= =?UTF-8?q?app=20(http)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 771c680..7123760 100644 --- a/values.yaml +++ b/values.yaml @@ -67,7 +67,7 @@ lions-app: liveness: enabled: true httpGet: - path: /health/live + path: /q/health/live port: 8080 initialDelaySeconds: 60 periodSeconds: 30 @@ -76,7 +76,7 @@ lions-app: readiness: enabled: true httpGet: - path: /health/ready + path: /q/health/ready port: 8080 initialDelaySeconds: 30 periodSeconds: 10