From d252c1d6227cded077af7c9f3e015eadd38ccde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Thu, 25 Oct 2018 15:17:53 +0200 Subject: [PATCH] [stable/rabbitmq] metrics readiness probe: set timeout to 5s. (#8733) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/rabbitmq] metrics readiness probe: set timeout to 5s. 1s is sometimes not enough for metrics to answer. Signed-off-by: Cédric de Saint Martin * Bumb version. Signed-off-by: Cédric de Saint Martin --- stable/rabbitmq/Chart.yaml | 2 +- stable/rabbitmq/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/rabbitmq/Chart.yaml b/stable/rabbitmq/Chart.yaml index bcedf01807..ab1079a705 100644 --- a/stable/rabbitmq/Chart.yaml +++ b/stable/rabbitmq/Chart.yaml @@ -1,5 +1,5 @@ name: rabbitmq -version: 3.5.3 +version: 3.5.4 appVersion: 3.7.8 description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) keywords: diff --git a/stable/rabbitmq/templates/statefulset.yaml b/stable/rabbitmq/templates/statefulset.yaml index d04f1528ec..ca4fc9da10 100644 --- a/stable/rabbitmq/templates/statefulset.yaml +++ b/stable/rabbitmq/templates/statefulset.yaml @@ -184,7 +184,7 @@ spec: path: /metrics port: metrics initialDelaySeconds: 5 - timeoutSeconds: 1 + timeoutSeconds: 5 resources: {{ toYaml .Values.metrics.resources | indent 10 }} {{- end }}