From 41c2c83d0d5eef3e9fc4b4ebdd0ae271e15d8186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Mon, 6 Apr 2020 09:32:35 +0200 Subject: [PATCH] [bitnami/zookeeper] Fix typo in README.md (#2234) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Bono --- bitnami/zookeeper/Chart.yaml | 2 +- bitnami/zookeeper/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index c9d751e53..4ea460196 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 5.8.0 +version: 5.8.1 appVersion: 3.6.0 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. keywords: diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index 21d6d8195..773cf8085 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -124,7 +124,7 @@ The following tables lists the configurable parameters of the ZooKeeper chart an | `readinessProbe.timeoutSeconds` | When the probe times out | 5 | | `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded | 6 | | `readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 | -| `metrics.enabled` | Enable prometheus to access external-dns metrics endpoint | `false` | +| `metrics.enabled` | Enable prometheus to access zookeeper metrics endpoint | `false` | | `metrics.port` | Port where a Jetty server will expose Prometheus metrics | `9141` | | `metrics.podAnnotations` | Annotations for enabling prometheus to access the metrics endpoint | `{prometheus.io/scrape: "true", prometheus.io/port: "9141"}` | | `metrics.serviceMonitor.enabled` | if `true`, creates a Prometheus Operator ServiceMonitor (also requires `metrics.enabled` to be `true`) | `false` |