Fix istio pilot service type to use correct value (#1280)

* Fix istio pilot service type to use correct value (not from another service)

* [incubator/istio] bump chart version
This commit is contained in:
Sergey Lukjanov
2017-06-12 13:51:22 -07:00
committed by Lachlan Evenson
parent 9887c7e394
commit 5cd7330803
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Istio Helm chart for Kubernetes
name: istio
version: 0.2.0
version: 0.2.1
appVersion: 0.1.6
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
@@ -9,4 +9,4 @@ sources:
- https://github.com/istio/istio
maintainers:
- name: lachie83
email: lachlan.evenson@microsoft.com
email: lachlan.evenson@microsoft.com
+2 -2
View File
@@ -7,7 +7,7 @@ metadata:
{{ include "labels.standard" . | indent 4 }}
istio: {{ $serviceName }}-{{ .Values.pilot.name }}
spec:
type: {{ .Values.mixer.service.type }}
type: {{ .Values.pilot.service.type }}
ports:
- port: {{ .Values.pilot.service.externalHttpDiscovery }}
name: http-discovery
@@ -17,4 +17,4 @@ spec:
app: {{ include "name" . }}
component: {{ $serviceName }}-{{ .Values.pilot.name }}
release: {{ .Release.Name }}
istio: {{ $serviceName }}-{{ .Values.pilot.name }}
istio: {{ $serviceName }}-{{ .Values.pilot.name }}