[stable/cerebro] added initialDelaySeconds (#13589)

* Update deployment.yaml

Added initialDelaySeconds: 120

Signed-off-by: Vladislav Leveniuk <vladislav.leveniuk@mbp13pro.local>

* Update Chart.yaml

Bumped version

Signed-off-by: Vladislav Leveniuk <vladislav.leveniuk@mbp13pro.local>

* Update Chart.yaml

Bumped versio

Signed-off-by: Vladislav Leveniuk <vladislav.leveniuk@mbp13pro.local>
This commit is contained in:
Vladislav Leveniuk
2019-06-27 14:14:01 -07:00
committed by Kubernetes Prow Robot
parent 45a4292810
commit 99eedcbdef
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: cerebro
version: 1.1.0
version: 1.1.1
appVersion: 0.8.3
apiVersion: v1
description: A Helm chart for Cerebro - a web admin tool that replaces Kopf.
+2
View File
@@ -63,10 +63,12 @@ spec:
httpGet:
path: /
port: http
initialDelaySeconds: 120
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 120
resources:
{{ toYaml .Values.resources | indent 12 }}
volumes: