[bitnami/cassandra] Use bitnami/cassandra-exporter

Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
Andrés Bono
2019-08-12 13:01:25 +02:00
committed by Andrés Bono
parent ac0ece2c21
commit 26d074cfb0
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 3.1.1
version: 3.2.0
appVersion: 3.11.4
description: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.
icon: https://bitnami.com/assets/stacks/cassandra/img/cassandra-stack-220x234.png

View File

@@ -121,8 +121,8 @@ The following tables lists the configurable parameters of the cassandra chart an
| `networkPolicy.allowExternal` | Don't require client label for connections | `true` |
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Cassandra exporter Image registry | `docker.io` |
| `metrics.image.repository` | Cassandra exporter Image name | `criteo/cassandra_exporter` |
| `metrics.image.tag` | Cassandra exporter Image tag | `2.0.4` |
| `metrics.image.repository` | Cassandra exporter Image name | `bitnami/cassandra-exporter` |
| `metrics.image.tag` | Cassandra exporter Image tag | `{TAG_NAME}` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `metrics.podAnnotations` | Additional annotations for Metrics exporter | `{prometheus.io/scrape: "true", prometheus.io/port: "8080"}` |

View File

@@ -236,8 +236,8 @@ metrics:
image:
registry: docker.io
pullPolicy: IfNotPresent
repository: criteord/cassandra_exporter
tag: 2.0.4
repository: bitnami/cassandra-exporter
tag: 2.3.0-debian-9-r3
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

View File

@@ -236,8 +236,8 @@ metrics:
image:
registry: docker.io
pullPolicy: IfNotPresent
repository: criteord/cassandra_exporter
tag: 2.0.4
repository: bitnami/cassandra-exporter
tag: 2.3.0-debian-9-r3
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/