mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Adnan Abdulhussein
parent
66cb06bbcc
commit
cb6765a5b8
@@ -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:
|
||||
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: {{ include "host" . | quote }}
|
||||
initialDelaySeconds: 300
|
||||
initialDelaySeconds: 420
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 6
|
||||
readinessProbe:
|
||||
|
||||
Reference in New Issue
Block a user