From cb6765a5b8072afd480ff5e11f48c6fc2181ce43 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 9 Aug 2017 21:12:55 +0530 Subject: [PATCH] magento: bump `initialDelaySeconds` of the magento deployment to 420s (#1656) We've noticed deployment instances where the 300s initial delay was not sufficient --- stable/magento/Chart.yaml | 2 +- stable/magento/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 64ea87e7bc..74f7bc3be7 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,5 @@ name: magento -version: 0.4.10 +version: 0.4.11 appVersion: 2.1.7 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more. keywords: diff --git a/stable/magento/templates/deployment.yaml b/stable/magento/templates/deployment.yaml index c91b752a0e..61dd9586e4 100644 --- a/stable/magento/templates/deployment.yaml +++ b/stable/magento/templates/deployment.yaml @@ -59,7 +59,7 @@ spec: httpHeaders: - name: Host value: {{ include "host" . | quote }} - initialDelaySeconds: 300 + initialDelaySeconds: 420 timeoutSeconds: 5 failureThreshold: 6 readinessProbe: