[stable/grafana] fix servicePort assignment in ingress.yaml (#1598)

Fixes chart deployment.
This commit is contained in:
Sameer Naik
2017-08-02 10:12:29 -05:00
committed by Michael Goodness
parent e727f6b327
commit 1933f13eea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 0.4.1
version: 0.4.2
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
+1 -1
View File
@@ -1,6 +1,6 @@
{{- if .Values.server.ingress.enabled -}}
{{- $releaseName := .Release.Name -}}
{{- $servicePort := .Values.server.httpPort -}}
{{- $servicePort := .Values.server.service.httpPort -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata: