Skip to content

Commit

Permalink
[stable/rabbitmq-ha] add readme about ingress (helm#11722)
Browse files Browse the repository at this point in the history
Signed-off-by: LittleWhiteYA <[email protected]>
  • Loading branch information
LittleWhiteYA authored and k8s-ci-robot committed Feb 26, 2019
1 parent f8acff1 commit e864040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/rabbitmq-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.7.8
version: 1.20.0
version: 1.20.1
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
Expand Down
6 changes: 6 additions & 0 deletions stable/rabbitmq-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ and their default values.
| `service.loadBalancerIP` | IP address to assign to load balancer (if supported) | `""` |
| `service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | `[]` |
| `service.type` | Type of service to create | `ClusterIP` |
| `ingress.enabled` | Enable Ingress | `false` |
| `ingress.path` | Ingress path | `/` |
| `ingress.hostName` | Ingress hostname | |
| `ingress.tls` | Enable Ingress TLS | `false` |
| `ingress.tlsSecret` | Ingress TLS secret name | `myTlsSecret` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `tolerations` | Toleration labels for pod assignment | `[]` |
| `podAnnotations` | Extra annotations to add to pod | `{}` |
| `terminationGracePeriodSeconds` | Duration pod needs to terminate gracefully | `10` |
Expand Down

0 comments on commit e864040

Please sign in to comment.