Skip to content

Commit

Permalink
Enabled NodePort for zipkin, grafana and prometheus. (helm#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored and lachie83 committed Aug 7, 2017
1 parent 0dc349b commit 1b1b5c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion incubator/istio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Istio Helm chart for Kubernetes
name: istio
version: 0.1.6-chart1
version: 0.1.6-chart2
appVersion: 0.1.6
home: https://istio.io/
icon: https://raw.githubusercontent.com/istio/istio.github.io/master/favicons/mstile-150x150.png
Expand Down
8 changes: 4 additions & 4 deletions incubator/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ addons:
enabled: true

service:
type: ClusterIP
type: NodePort
externalPort: 9411

deployment:
Expand All @@ -172,7 +172,7 @@ addons:
enabled: true

service:
type: ClusterIP
type: NodePort
externalPort: 9090
annotations:
prometheus.io/scrape: 'true'
Expand All @@ -198,7 +198,7 @@ addons:
enabled: true

service:
type: ClusterIP
type: NodePort
externalPort: 3000

deployment:
Expand Down Expand Up @@ -238,4 +238,4 @@ addons:
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
memory: 128Mi

0 comments on commit 1b1b5c3

Please sign in to comment.