mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
Synchronize upstreamed folder to d8c4f7996
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -256,7 +256,7 @@ spec:
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: metrics
|
||||
containerPort: {{ .Values.metrics.port }}
|
||||
containerPort: 9090
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user