mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Enabled NodePort for servicegrap in istio. (#1764)
This commit is contained in:
committed by
Lachlan Evenson
parent
625eef14c1
commit
7bbdaa77fd
@@ -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
|
||||
|
||||
@@ -221,7 +221,7 @@ addons:
|
||||
enabled: true
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
type: NodePort
|
||||
externalPort: 8088
|
||||
|
||||
deployment:
|
||||
|
||||
Reference in New Issue
Block a user