From 822f0e5314aea355a1dbb70d4f90299bfc2b91f7 Mon Sep 17 00:00:00 2001 From: cahe Date: Thu, 14 Mar 2024 15:56:38 -0300 Subject: [PATCH] fix api response time --- kustomize/mycrd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 95e1e1c..2a6760b 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -52,14 +52,14 @@ spec: - '/app/app.py' readinessProbe: initialDelaySeconds: 10 - timeoutSeconds: 10 + timeoutSeconds: 11 failureThreshold: 10 httpGet: path: / port: 8000 livenessProbe: initialDelaySeconds: 10 - timeoutSeconds: 10 + timeoutSeconds: 11 failureThreshold: 10 httpGet: path: /