[bitnami/cassandra] Fix resources in metrics

This commit is contained in:
Carlos Rodriguez Hernandez
2019-12-17 09:03:15 +00:00
parent 8f3d89ded4
commit 251778e7d9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 4.1.11
version: 4.1.12
appVersion: 3.11.5
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.
keywords:

View File

@@ -214,6 +214,9 @@ spec:
protocol: TCP
- name: jmx
containerPort: 5555
{{- if .Values.metrics.resources }}
resources: {{- toYaml .Values.metrics.resources | nindent 12 }}
{{- end }}
livenessProbe:
tcpSocket:
port: metrics