Skip to content

Commit 3fa446a

Browse files
authored
Merge pull request #2317 from sebastiangaiser/master
fix(deploy,helm,overlays): use correct port for PodMonitor
2 parents bc04e35 + 6846ce7 commit 3fa446a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/helm/node-feature-discovery/templates/prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- honorLabels: true
1515
interval: {{ .Values.prometheus.scrapeInterval }}
1616
path: /metrics
17-
port: metrics
17+
port: http
1818
scheme: http
1919
namespaceSelector:
2020
matchNames:

deployment/overlays/prometheus/monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
- honorLabels: true
1111
interval: 10s
1212
path: /metrics
13-
port: metrics
13+
port: http
1414
scheme: http
1515
namespaceSelector:
1616
matchNames:

0 commit comments

Comments
 (0)