From 81f5d734b7dda7d74d6fee29e1d4f9f59be712b5 Mon Sep 17 00:00:00 2001 From: Andrea De Rinaldis Date: Thu, 30 Nov 2023 18:03:08 +0100 Subject: [PATCH] fix: dupicated delay seconds --- helm/values-dev.yaml | 4 ++-- helm/values-uat.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index e5b4879..47dfb14 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -10,14 +10,14 @@ microservice-chart: httpGet: path: /actuator/health/liveness port: 8080 - initialDelaySeconds: 90 + initialDelaySeconds: 180 failureThreshold: 6 periodSeconds: 10 readinessProbe: httpGet: path: /actuator/health/readiness port: 8080 - initialDelaySeconds: 90 + initialDelaySeconds: 180 failureThreshold: 6 periodSeconds: 10 deployment: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 2cce9aa..0a6e877 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -10,14 +10,14 @@ microservice-chart: httpGet: path: /info port: 8080 - initialDelaySeconds: 90 + initialDelaySeconds: 180 failureThreshold: 6 periodSeconds: 10 readinessProbe: httpGet: path: /info port: 8080 - initialDelaySeconds: 90 + initialDelaySeconds: 180 failureThreshold: 6 periodSeconds: 10 deployment: