mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prometheus-nats-exporter] Update prometheus-nats-exporter version (#22178)
* Update prometheus-nats-exporter version Add gatewayz option Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> * Add gatewayz option to README Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "0.6.0"
|
||||
appVersion: "0.6.2"
|
||||
description: A Helm chart for prometheus-nats-exporter
|
||||
name: prometheus-nats-exporter
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
home: https://github.com/nats-io/prometheus-nats-exporter
|
||||
sources:
|
||||
- https://github.com/nats-io/prometheus-nats-exporter
|
||||
|
||||
@@ -39,7 +39,7 @@ The following table lists the configurable parameters of the postgres Exporter c
|
||||
| Parameter | Description | Default |
|
||||
| --------------------------------- | ------------------------------------------------------- | ------------------------------------------------ |
|
||||
| `image` | Image | `synadia/prometheus-nats-exporter` |
|
||||
| `imageTag` | Image tag | `0.6.0` |
|
||||
| `imageTag` | Image tag | `0.6.2` |
|
||||
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `service.type` | Service type | `ClusterIP` |
|
||||
| `service.port` | The service port | `80` |
|
||||
@@ -58,6 +58,7 @@ The following table lists the configurable parameters of the postgres Exporter c
|
||||
| `config.metrics.routez` | NATS routez metrics | `true` |
|
||||
| `config.metrics.serverz` | NATS serverz metrics | `true` |
|
||||
| `config.metrics.subz` | NATS subz metrics | `true` |
|
||||
| `config.metrics.gatewayz | NATS gatewayz metrics | `true` |
|
||||
| `tolerations` | Add tolerations | `[]` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
| `affinity` | node/pod affinities | `{}` |
|
||||
|
||||
@@ -46,6 +46,9 @@ spec:
|
||||
{{- if .Values.config.metrics.subz }}
|
||||
- "-subz"
|
||||
{{- end }}
|
||||
{{- if .Values.config.metrics.gatewayz }}
|
||||
- "-gatewayz"
|
||||
{{- end }}
|
||||
- "http://{{ .Values.config.nats.service }}.{{ .Values.config.nats.namespace }}.svc:{{ .Values.config.nats.port }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: synadia/prometheus-nats-exporter
|
||||
tag: 0.6.0
|
||||
tag: 0.6.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
@@ -45,6 +45,7 @@ config:
|
||||
routez: true
|
||||
serverz: true
|
||||
subz: true
|
||||
gatewayz: true
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user