Commit 82470b1c authored by Wilfrido Vidana's avatar Wilfrido Vidana Committed by Kubernetes Prow Robot

[stable/influxdb] Support list of ranges for loadBalancerSourceRanges (#13666)

* Support list of ranges for loadBalancerSourceRanges Signed-off-by: 's avatarWilfrido Vidana <wvidanas@gmail.com> * Chart version bump Signed-off-by: 's avatarWilfrido Vidana <wvidanas@gmail.com>
parent 5f861567
name: influxdb
version: 1.1.4
version: 1.1.5
appVersion: 1.7.3
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
......
......@@ -23,9 +23,9 @@ spec:
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
{{- if .Values.service.loadBalancerSourceRanges }}
{{- with .Values.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
ports:
{{- if .Values.config.http.enabled }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment