[stable/envoy] Add support for static load balancer IP: bugfix (#18265)

Signed-off-by: Shu Heng <solemnpriest@gmail.com>
This commit is contained in:
Khor Shu Heng
2019-10-23 22:23:06 -07:00
committed by Kubernetes Prow Robot
parent f70e086408
commit 65c022b1dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Envoy is an open source edge and service proxy, designed for cloud-native applications.
name: envoy
version: 1.8.1
version: 1.8.2
appVersion: 1.11.2
keywords:
- envoy
+1 -1
View File
@@ -15,7 +15,7 @@ metadata:
spec:
type: {{ .Values.service.type }}
{{- if ne .Values.service.loadBalancerIP "" }}
loadBalancerIp: {{ .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
ports:
{{- range $key, $value := .Values.service.ports }}