From 99eedcbdefbe5a411e2bdef2b8ddb5bee332b18e Mon Sep 17 00:00:00 2001 From: Vladislav Leveniuk Date: Fri, 28 Jun 2019 00:14:01 +0300 Subject: [PATCH] [stable/cerebro] added initialDelaySeconds (#13589) * Update deployment.yaml Added initialDelaySeconds: 120 Signed-off-by: Vladislav Leveniuk * Update Chart.yaml Bumped version Signed-off-by: Vladislav Leveniuk * Update Chart.yaml Bumped versio Signed-off-by: Vladislav Leveniuk --- stable/cerebro/Chart.yaml | 2 +- stable/cerebro/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/cerebro/Chart.yaml b/stable/cerebro/Chart.yaml index c27f5e5136..60f5eaecf6 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -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. diff --git a/stable/cerebro/templates/deployment.yaml b/stable/cerebro/templates/deployment.yaml index 0059900770..129980863c 100644 --- a/stable/cerebro/templates/deployment.yaml +++ b/stable/cerebro/templates/deployment.yaml @@ -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: