From 5fcc89df99a58c7f644db09d11bdcf3a91daa980 Mon Sep 17 00:00:00 2001 From: Ivan Filipovic Date: Mon, 4 May 2026 20:51:42 +0200 Subject: [PATCH] cpu increase --- k8s/moj-servis/deployment.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index d670b89..ce8d9fe 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -29,11 +29,12 @@ spec: httpGet: path: /health port: 8000 - initialDelaySeconds: 10 - periodSeconds: 15 + initialDelaySeconds: 15 + periodSeconds: 20 + failureThreshold: 5 # dajemo 5 sansi prije resetovanja readinessProbe: httpGet: path: /health port: 8000 - initialDelaySeconds: 5 - periodSeconds: 10 \ No newline at end of file + initialDelaySeconds: 10 + periodSeconds: 3 \ No newline at end of file