Update README of rabbitmq (#4811)

This commit is contained in:
cheyang
2018-04-10 12:04:11 -07:00
committed by k8s-ci-robot
parent c8b7656d3e
commit f99ef63242
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 0.7.1
version: 0.7.2
appVersion: 3.7.4
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
+1 -1
View File
@@ -77,7 +77,7 @@ The following table lists the configurable parameters of the RabbitMQ chart and
| `livenessProbe.enabled` | would you like a livessProbed to be enabled | `true` |
| `livenessProbe.initialDelaySeconds` | number of seconds | 120 |
| `livenessProbe.timeoutSeconds` | number of seconds | 5 |
| `livenessProbe.failureThreshold` | number of faliures | 6 |
| `livenessProbe.failureThreshold` | number of failures | 6 |
| `readinessProbe.enabled` | would you like a readinessProbe to be enabled | `true` |
| `readinessProbe.initialDelaySeconds` | number of seconds | 10 |
| `readinessProbe.timeoutSeconds` | number of seconds | 3 |