From bb0fe03cc80fb99b32597548d146f06e4ff3bdce Mon Sep 17 00:00:00 2001 From: Simon Malesys <simon.malesys@pasteur.fr> Date: Fri, 28 Mar 2025 11:11:56 +0100 Subject: [PATCH] Make readiness probe instant --- k8s/absd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/absd.yaml b/k8s/absd.yaml index 0886fd5..2a09730 100644 --- a/k8s/absd.yaml +++ b/k8s/absd.yaml @@ -63,9 +63,9 @@ spec: httpGet: path: /ready port: 3000 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 5 + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 2 failureThreshold: 5 resources: requests: -- GitLab