Synchronize upstreamed folder to 426e7bd

This commit is contained in:
bitnami-bot
2018-10-12 10:37:16 +00:00
parent 9d2640bda9
commit 89ac4a4f47
61 changed files with 614 additions and 374 deletions

View File

@@ -1,5 +1,5 @@
name: rabbitmq
version: 3.4.0
version: 3.4.1
appVersion: 3.7.8
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:

View File

@@ -65,7 +65,6 @@ The following table lists the configurable parameters of the RabbitMQ chart and
| `rabbitmq.plugins` | configuration file for plugins to enable | `[rabbitmq_management,rabbitmq_peer_discovery_k8s].` |
| `rabbitmq.clustering.address_type` | Switch clustering mode | `ip` or `hostname`
| `rabbitmq.clustering.k8s_domain` | Customize internal k8s cluster domain | `cluster.local`
| `rabbitmq.ulimitNofiles` | Max File Descriptor limit | `65536` |
| `rabbitmq.configuration` | rabbitmq.conf content | see values.yaml |
| `serviceType` | Kubernetes Service type | `ClusterIP` |