mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rabbitmq] fix typo (#8700)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
deb355e8cd
commit
e46c588ab9
@@ -1,5 +1,5 @@
|
||||
name: rabbitmq
|
||||
version: 3.5.2
|
||||
version: 3.5.3
|
||||
appVersion: 3.7.8
|
||||
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
|
||||
keywords:
|
||||
|
||||
@@ -60,7 +60,7 @@ The following table lists the configurable parameters of the RabbitMQ chart and
|
||||
| `rabbitmq.erlangCookie` | Erlang cookie | _random 32 character long alphanumeric string_ |
|
||||
| `rabbitmq.amqpPort` | Amqp port | `5672` |
|
||||
| `rabbitmq.distPort` | Erlang distribution server port | `25672` |
|
||||
| `rabbitmq.nodePort` | Node port override, if serviceType NodePort | _random avaliable between 30000-32767_ |
|
||||
| `rabbitmq.nodePort` | Node port override, if serviceType NodePort | _random available between 30000-32767_ |
|
||||
| `rabbitmq.managerPort` | RabbitMQ Manager port | `15672` |
|
||||
| `rabbitmq.diskFreeLimit` | Disk free limit | `"6GiB"` |
|
||||
| `rabbitmq.plugins` | configuration file for plugins to enable | `[rabbitmq_management,rabbitmq_peer_discovery_k8s].` |
|
||||
|
||||
Reference in New Issue
Block a user