fixed Prometheus Ingress path rules (#375)

* fixed Prometheus Ingress path rules

* bump Prometheus chart version to 2.0.0
This commit is contained in:
Gediminas Šedbaras
2017-01-13 12:34:40 -08:00
committed by Lachlan Evenson
parent e298f91101
commit 23ed382b09
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prometheus
version: 1.4.2
version: 2.0.0
description: A Prometheus Helm chart for Kubernetes. Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
sources:
@@ -21,8 +21,7 @@ spec:
- host: {{ . }}
http:
paths:
- path: /
backend:
- backend:
serviceName: {{ printf "%s-%s" $releaseName "alerts" | trunc 63 }}
servicePort: {{ $servicePort }}
{{- end -}}
@@ -21,8 +21,7 @@ spec:
- host: {{ . }}
http:
paths:
- path: /
backend:
- backend:
serviceName: {{ printf "%s-%s" $releaseName "server" | trunc 63 }}
servicePort: {{ $servicePort }}
{{- end -}}