From 5271954b71b29a0099538d370724e5ccbbad65dc Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:30:34 +0000 Subject: [PATCH] fix: httpGet null pour autoriser tcpSocket probe --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index b2936e1..e600012 100644 --- a/values.yaml +++ b/values.yaml @@ -74,6 +74,7 @@ lions-app: probes: liveness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 30 @@ -82,6 +83,7 @@ lions-app: failureThreshold: 3 readiness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 10