Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/influxdb] Support list of ranges for loadBalancerSourceRanges (
Browse files Browse the repository at this point in the history
…#13666)

* Support list of ranges for loadBalancerSourceRanges

Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>

* Chart version bump

Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
  • Loading branch information
wvidana authored and k8s-ci-robot committed May 14, 2019
1 parent be5d5ac commit 3672a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/influxdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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:
Expand Down
4 changes: 2 additions & 2 deletions stable/influxdb/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3672a5c

Please sign in to comment.