From 0ff88c8d6f9a722f6541a634de27b4b33436bca0 Mon Sep 17 00:00:00 2001 From: Mikael Bjerga <6940327+bjerga@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:47:59 +0100 Subject: [PATCH] =?UTF-8?q?Tillat=20podene=20mer=20tid=20p=C3=A5=20startup?= =?UTF-8?q?=20ved=20deploy=20(#778)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Tillat podene mer tid på startup ved deploy * Bruk liveness-path til startup probe --- config/nais.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/nais.yml b/config/nais.yml index 2405aae9e..3d5b926f4 100644 --- a/config/nais.yml +++ b/config/nais.yml @@ -27,12 +27,15 @@ spec: scalingStrategy: cpu: thresholdPercentage: 75 - liveness: - path: isalive + startup: + path: /isalive initialDelay: 10 + periodSeconds: 5 + failureThreshold: 22 + liveness: + path: /isalive readiness: - path: isready - initialDelay: 10 + path: /isready secureLogs: enabled: true observability: