mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 08:47:24 +08:00
[bitnami/cassandra] Fix Values from Metrics Container set to the right key (onyl at HostNetwork) (#5957)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user