From 3e6ad3e03a9e22d2d84f43797bb51041efbe3e88 Mon Sep 17 00:00:00 2001 From: MihaelJanjic Date: Sun, 3 May 2026 00:13:19 +0000 Subject: [PATCH] delay change --- k8s/moj-servis/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 7098ab8..0140855 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -23,7 +23,7 @@ spec: httpGet: path: /health port: 8000 - initialDelaySeconds: 10 + initialDelaySeconds: 30 periodSeconds: 15 timeoutSeconds: 3 failureThreshold: 3 @@ -32,7 +32,7 @@ spec: httpGet: path: /health port: 8000 - initialDelaySeconds: 5 + initialDelaySeconds: 20 periodSeconds: 10 timeoutSeconds: 2 failureThreshold: 2