From a4f89e5c4a2028bd67dc6c49e322be1d3c7d2c83 Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:17:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20probe=20type=20adapt=C3=A9=20=C3=A0=20l'?= =?UTF-8?q?app=20(tcp)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/values.yaml b/values.yaml index 77b4fcc..016a8e8 100644 --- a/values.yaml +++ b/values.yaml @@ -68,22 +68,20 @@ lions-app: probes: liveness: enabled: true - httpGet: - path: /health/live - port: 8080 - initialDelaySeconds: 60 - periodSeconds: 30 - timeoutSeconds: 5 - failureThreshold: 3 - readiness: - enabled: true - httpGet: - path: /health/ready + tcpSocket: port: 8080 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 + readiness: + enabled: true + tcpSocket: + port: 8080 + initialDelaySeconds: 10 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 3 volumes: tmp: