mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fixed Prometheus Ingress path rules (#375)
* fixed Prometheus Ingress path rules * bump Prometheus chart version to 2.0.0
This commit is contained in:
committed by
Lachlan Evenson
parent
e298f91101
commit
23ed382b09
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user