Skip to content

Commit 23ed382

Browse files
Gediminas Šedbaraslachie83
authored andcommitted
fixed Prometheus Ingress path rules (helm#375)
* fixed Prometheus Ingress path rules * bump Prometheus chart version to 2.0.0
1 parent e298f91 commit 23ed382

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

stable/prometheus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prometheus
2-
version: 1.4.2
2+
version: 2.0.0
33
description: A Prometheus Helm chart for Kubernetes. Prometheus is a monitoring system and time series database.
44
home: https://prometheus.io/
55
sources:

stable/prometheus/templates/alertmanager-ingress.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ spec:
2121
- host: {{ . }}
2222
http:
2323
paths:
24-
- path: /
25-
backend:
24+
- backend:
2625
serviceName: {{ printf "%s-%s" $releaseName "alerts" | trunc 63 }}
2726
servicePort: {{ $servicePort }}
2827
{{- end -}}

stable/prometheus/templates/server-ingress.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ spec:
2121
- host: {{ . }}
2222
http:
2323
paths:
24-
- path: /
25-
backend:
24+
- backend:
2625
serviceName: {{ printf "%s-%s" $releaseName "server" | trunc 63 }}
2726
servicePort: {{ $servicePort }}
2827
{{- end -}}

0 commit comments

Comments
 (0)