From 5cd7330803399561de8114e596b2c052131d7e06 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 12 Jun 2017 13:51:22 -0700 Subject: [PATCH] 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 --- incubator/istio/Chart.yaml | 4 ++-- incubator/istio/templates/pilot-svc.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/istio/Chart.yaml b/incubator/istio/Chart.yaml index 4c2f871afc..265568611d 100644 --- a/incubator/istio/Chart.yaml +++ b/incubator/istio/Chart.yaml @@ -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 \ No newline at end of file + email: lachlan.evenson@microsoft.com diff --git a/incubator/istio/templates/pilot-svc.yaml b/incubator/istio/templates/pilot-svc.yaml index ae3e7ed747..a90ed700bc 100644 --- a/incubator/istio/templates/pilot-svc.yaml +++ b/incubator/istio/templates/pilot-svc.yaml @@ -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 }} \ No newline at end of file + istio: {{ $serviceName }}-{{ .Values.pilot.name }}