[bitnami/cassandra] Fix Values from Metrics Container set to the right key (onyl at HostNetwork) (#5957)

This commit is contained in:
jmederer
2021-03-30 16:18:17 +02:00
committed by GitHub
parent f5f6f9fcfa
commit 103a124c31
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ name: cassandra
sources:
- https://github.com/bitnami/bitnami-docker-cassandra
- http://cassandra.apache.org
version: 7.5.1
version: 7.5.2

View File

@@ -363,7 +363,7 @@ spec:
- name: CASSANDRA_EXPORTER_CONFIG_listenPort
value: {{ .Values.metrics.containerPorts.http | quote }}
- name: CASSANDRA_EXPORTER_CONFIG_host
value: localhost:{{ .Values.containerPorts.cassandra.jmx }}
value: localhost:{{ .Values.containerPorts.jmx }}
{{- end }}
ports:
- name: metrics