From 20d6ba91fd805771e4cd4f18fdf15e0602a51c57 Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:30:37 +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 67489a4..1439cef 100644 --- a/values.yaml +++ b/values.yaml @@ -70,6 +70,7 @@ lions-app: probes: liveness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 30 @@ -78,6 +79,7 @@ lions-app: failureThreshold: 3 readiness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 10