From 2b8abc955d0eda423939f57c02cc790640ebc852 Mon Sep 17 00:00:00 2001 From: Jan Kroken Date: Mon, 6 Nov 2023 11:13:28 +0100 Subject: [PATCH] Temporary increased initialDelay and timeout for dev-gcp, for debugging purposes --- nais/dev-gcp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nais/dev-gcp.yml b/nais/dev-gcp.yml index fb6e3d6e..39db2b34 100644 --- a/nais/dev-gcp.yml +++ b/nais/dev-gcp.yml @@ -59,11 +59,13 @@ spec: liveness: path: /actuator/health/liveness port: 8080 - initialDelay: 50 + initialDelay: 1000 + timeout: 10 readiness: path: /actuator/health/readiness port: 8080 - initialDelay: 50 + initialDelay: 1000 + timeout: 10 prometheus: enabled: true path: /actuator/prometheus