magento: bump initialDelaySeconds of the magento deployment to 420s (#1656)

We've noticed deployment instances where the 300s initial delay was not
sufficient
This commit is contained in:
Sameer Naik
2017-08-09 16:42:55 +01:00
committed by Adnan Abdulhussein
parent 66cb06bbcc
commit cb6765a5b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -59,7 +59,7 @@ spec:
httpHeaders:
- name: Host
value: {{ include "host" . | quote }}
initialDelaySeconds: 300
initialDelaySeconds: 420
timeoutSeconds: 5
failureThreshold: 6
readinessProbe: