[stable/rabbitmq] metrics readiness probe: set timeout to 5s. (#8733)

* [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 <cdesaintmartin@wiremind.fr>

* Bumb version.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
Cédric de Saint Martin
2018-10-25 06:17:53 -07:00
committed by k8s-ci-robot
parent 75c54f9489
commit d252c1d622
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -184,7 +184,7 @@ spec:
path: /metrics
port: metrics
initialDelaySeconds: 5
timeoutSeconds: 1
timeoutSeconds: 5
resources:
{{ toYaml .Values.metrics.resources | indent 10 }}
{{- end }}