mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
75c54f9489
commit
d252c1d622
@@ -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:
|
||||
|
||||
@@ -184,7 +184,7 @@ spec:
|
||||
path: /metrics
|
||||
port: metrics
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 5
|
||||
resources:
|
||||
{{ toYaml .Values.metrics.resources | indent 10 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user