[bitnami/cassandra] Fix issue with LoadBalancerIP

This commit is contained in:
Javier J. Salmeron Garcia
2019-01-09 09:32:57 +01:00
parent 52cfa6a6fe
commit 82097ee72d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: cassandra
version: 2.1.1
version: 2.1.2
appVersion: 3.11.3
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

@@ -11,9 +11,9 @@ spec:
{{- if .Values.service.nodePort }}
nodePort: {{ .Values.service.nodePort }}
{{- end }}
{{ if eq .Values.service.type "LoadBalancer" -}} {{ if .Values.service.loadBalancerIP -}}
{{- if eq .Values.service.type "LoadBalancer" }} {{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end -}} {{- end }}
{{- end }} {{- end }}
type: {{ .Values.service.type }}
ports:
- name: cql