Skip to content

Commit 2710d07

Browse files
committed
re:fix the type of the port in servicemonitor spec
1 parent 2075499 commit 2710d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/prometheus-process-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "0.4.0"
33
description: A Helm chart for prometheus process-exporter
44
name: prometheus-process-exporter
5-
version: 0.2.1
5+
version: 0.2.2
66
home: https://github.com/mumoshu/prometheus-process-exporter
77
sources:
88
- https://github.com/ncabatoff/process-exporter

charts/prometheus-process-exporter/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
endpoints:
1717
- interval: 10s
1818
honorLabels: true
19-
port: {{ .Values.service.port }}
19+
port: metrics
2020
path: /metrics
2121
scheme: http
2222
jobLabel: "{{ .Release.Name }}"

0 commit comments

Comments
 (0)