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: