mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/aerospike] Add load balancer source ranges (#8604)
* [stable/aerospike] Add loadBalancerSourceRanges to service Signed-off-by: Flávio Ferreira <flaviommferreira@gmail.com> * [stable/aerospike] Bump chart version Signed-off-by: Flávio Ferreira <flaviommferreira@gmail.com> * [stable/aerospike] Fix comment Signed-off-by: Flávio Ferreira <flaviommferreira@gmail.com> * Bump to minor version Signed-off-by: Flávio Ferreira <flaviommferreira@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d18382c23d
commit
dc6ea97b22
@@ -5,7 +5,7 @@ keywords:
|
||||
- aerospike
|
||||
- big-data
|
||||
home: http://aerospike.com
|
||||
version: 0.1.7
|
||||
version: 0.2.0
|
||||
icon: https://s3-us-west-1.amazonaws.com/aerospike-fd/wp-content/uploads/2016/06/Aerospike_square_logo.png
|
||||
sources:
|
||||
- https://github.com/aerospike/aerospike-server
|
||||
|
||||
@@ -20,6 +20,10 @@ spec:
|
||||
{{ if eq .Values.service.type "LoadBalancer" -}} {{ if .Values.service.loadBalancerIP -}}
|
||||
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
|
||||
{{ end -}}
|
||||
{{- if .Values.service.loadBalancerSourceRanges }}
|
||||
loadBalancerSourceRanges:
|
||||
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 2}}
|
||||
{{ end -}}
|
||||
{{- end -}}
|
||||
ports:
|
||||
- port: 3000
|
||||
|
||||
@@ -33,6 +33,9 @@ service:
|
||||
annotations: {}
|
||||
loadBalancerIP:
|
||||
clusterIP: None
|
||||
# This field takes a list of IP CIDR ranges, which Kubernetes will use to configure firewall exceptions
|
||||
# loadBalancerSourceRanges:
|
||||
# - 10.0.0.0/8
|
||||
|
||||
meshService:
|
||||
annotations: {}
|
||||
|
||||
Reference in New Issue
Block a user