mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
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:
committed by
Lachlan Evenson
parent
9887c7e394
commit
5cd7330803
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user