mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
45a4292810
commit
99eedcbdef
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user