Synchronize upstreamed folder to d8c4f7996

This commit is contained in:
bitnami-bot
2019-08-16 10:11:22 +00:00
parent 01f11cd1a9
commit bc10ac06d8
6 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 6.3.0
version: 6.3.1
appVersion: 3.7.17
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:

View File

@@ -130,7 +130,7 @@ The following table lists the configurable parameters of the RabbitMQ chart and
| `metrics.serviceMonitor.relabellings`| Specify Metric Relabellings to add to the scrape endpoint | `nil` |
| `metrics.serviceMonitor.honorLabels` | honorLabels chooses the metric's labels on collisions with target labels. | `false` |
| `metrics.serviceMonitor.additionalLabels`| Used to pass Labels that are required by the Installed Prometheus Operator | `{}` |
| `metrics.port` | Prometheus metrics exporter port | `9090` |
| `metrics.port` | Prometheus metrics exporter port | `9419` |
| `metrics.env` | Exporter [configuration environment variables](https://github.com/kbudde/rabbitmq_exporter#configuration) | `{}` |
| `metrics.resources` | Exporter resource requests/limit | `nil` |
| `metrics.capabilities` | Exporter: Comma-separated list of extended [scraping capabilities supported by the target RabbitMQ server](https://github.com/kbudde/rabbitmq_exporter#extended-rabbitmq-capabilities) | `bert,no_sort` |

View File

@@ -256,7 +256,7 @@ spec:
{{- end }}
ports:
- name: metrics
containerPort: {{ .Values.metrics.port }}
containerPort: 9090
livenessProbe:
httpGet:
path: /metrics

View File

@@ -42,8 +42,8 @@ spec:
targetPort: stats
{{- if .Values.metrics.enabled }}
- name: metrics
port: 9090
targetPort: metrics
port: {{ .Values.metrics.port }}
targetPort: 9090
{{- end }}
selector:
app: {{ template "rabbitmq.name" . }}

View File

@@ -312,7 +312,7 @@ metrics:
## ref: https://github.com/kbudde/rabbitmq_exporter#configuration
env: {}
## Metrics exporter port
port: 9090
port: 9419
## Comma-separated list of extended scraping capabilities supported by the target RabbitMQ server
## ref: https://github.com/kbudde/rabbitmq_exporter#extended-rabbitmq-capabilities
capabilities: "bert,no_sort"

View File

@@ -308,7 +308,7 @@ metrics:
## ref: https://github.com/kbudde/rabbitmq_exporter#configuration
env: {}
## Metrics exporter port
port: 9090
port: 9419
## Comma-separated list of extended scraping capabilities supported by the target RabbitMQ server
## ref: https://github.com/kbudde/rabbitmq_exporter#extended-rabbitmq-capabilities
capabilities: "bert,no_sort"