Skip to content

Commit

Permalink
Update grafana.yaml (istio#193)
Browse files Browse the repository at this point in the history
Remove hardcoded dashboard URL. Update to newer alpha-tagged build image.
  • Loading branch information
douglas-reid authored May 4, 2017
1 parent 450ef9c commit 67da5bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kubernetes/addons/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ spec:
spec:
containers:
- name: grafana
image: gcr.io/istio-testing/grafana:demo
image: gcr.io/istio-testing/grafana:alpha
imagePullPolicy: Always
ports:
- containerPort: 3000
env:
Expand All @@ -41,8 +42,6 @@ spec:
value: Admin
- name: GF_PATHS_DATA
value: /data/grafana
- name: DASHBOARD_URL
value: https://raw.githubusercontent.com/istio/mixer/3047e660a4dff073b0138af48c073b4de3651b7d/deploy/kube/conf/grafana-dashboard.json
volumeMounts:
- mountPath: /data/grafana
name: grafana-data
Expand Down

0 comments on commit 67da5bc

Please sign in to comment.