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: