File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11name : prometheus
2- version : 1.4.2
2+ version : 2.0.0
33description : A Prometheus Helm chart for Kubernetes. Prometheus is a monitoring system and time series database.
44home : https://prometheus.io/
55sources :
Original file line number Diff line number Diff line change 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 -}}
Original file line number Diff line number Diff line change 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 -}}
You can’t perform that action at this time.
0 commit comments