From 7bbdaa77fd8ed2b8f92fd58740a76ba40e15f681 Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Fri, 18 Aug 2017 00:35:27 +0800 Subject: [PATCH] Enabled NodePort for servicegrap in istio. (#1764) --- incubator/istio/Chart.yaml | 2 +- incubator/istio/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/istio/Chart.yaml b/incubator/istio/Chart.yaml index 55c0bb13e2..2d8cb79e97 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.1.6-chart4 +version: 0.1.6-chart5 appVersion: 0.1.6 home: https://istio.io/ icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png diff --git a/incubator/istio/values.yaml b/incubator/istio/values.yaml index 5688931e4b..4e8f3b1b51 100644 --- a/incubator/istio/values.yaml +++ b/incubator/istio/values.yaml @@ -221,7 +221,7 @@ addons: enabled: true service: - type: ClusterIP + type: NodePort externalPort: 8088 deployment: