Merge pull request #1746 from bitnami/cassandra

[bitnami/cassandra] Fix resources in metrics
This commit is contained in:
Sameer Naik
2019-12-19 14:19:24 +05:30
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1 -1
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:
@@ -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