From 1aea98865d4b5a22e3fc62d2bc9e218d2bd408d8 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle Date: Wed, 17 Jan 2024 15:50:53 +0100 Subject: [PATCH] queen: reduce initialDelay --- charts/queen/Chart.yaml | 2 +- charts/queen/templates/api/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/queen/Chart.yaml b/charts/queen/Chart.yaml index 7c2acce..b850de6 100644 --- a/charts/queen/Chart.yaml +++ b/charts/queen/Chart.yaml @@ -9,5 +9,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami type: application -version: 0.5.1 +version: 0.5.2 appVersion: "4.0.0" diff --git a/charts/queen/templates/api/deployment.yaml b/charts/queen/templates/api/deployment.yaml index e908f0f..a4904d1 100644 --- a/charts/queen/templates/api/deployment.yaml +++ b/charts/queen/templates/api/deployment.yaml @@ -59,7 +59,7 @@ spec: path: /api/healthcheck port: http scheme: HTTP - initialDelaySeconds: 600 + initialDelaySeconds: 15 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 2 @@ -73,7 +73,7 @@ spec: successThreshold: 1 timeoutSeconds: 5 startupProbe: - initialDelaySeconds: 150 + initialDelaySeconds: 15 failureThreshold: 30 httpGet: path: /api/healthcheck