This repository was archived by the owner on Feb 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
stable/prometheus-pushgateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22appVersion : " 1.2.0"
3- description : A Helm chart for prometheus pushgateway
3+ # The prometheus-pushgateway chart is deprecated and no longer maintained. For details deprecation,
4+ # including how to un-deprecate a chart see the PROCESSES.md file.
5+ deprecated : true
6+ description : DEPRECATE A Helm chart for prometheus pushgateway
47name : prometheus-pushgateway
5- version : 1.4.1
8+ version : 1.4.2
69home : https://github.com/prometheus/pushgateway
710sources :
811- https://github.com/prometheus/pushgateway
912keywords :
1013- pushgateway
1114- prometheus
12- maintainers :
13- - email : gianrubio@gmail.com
14- name : gianrubio
15- - email : christian.staude@staffbase.com
16- name : cstaud
Original file line number Diff line number Diff line change 11# Prometheus Pushgateway
22
3+ DEPRECATED and moved to < https://github.com/prometheus-community/helm-charts >
4+
35* Installs prometheus [ pushgateway] ( https://github.com/prometheus/pushgateway )
46
57## TL;DR;
Original file line number Diff line number Diff line change 1+ DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
2+
131. Get the application URL by running these commands:
24{{- if .Values.ingress.enabled }}
35{{- range .Values.ingress.hosts }}
1618 export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "prometheus-pushgateway.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
1719 echo "Visit http://127.0.0.1:8080 to use your application"
1820 kubectl port-forward $POD_NAME 8080:80
19- {{- end }}
21+ {{- end }}
You can’t perform that action at this time.
0 commit comments