mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/grafana] fix servicePort assignment in ingress.yaml (#1598)
Fixes chart deployment.
This commit is contained in:
committed by
Michael Goodness
parent
e727f6b327
commit
1933f13eea
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user