mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Fix prometheus-nut-exporter
service monitor. (#1637)
This commit is contained in:
parent
70a20f3881
commit
dbc0a46faf
@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.1.1
|
appVersion: 1.1.1
|
||||||
description: Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
|
description: Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
|
||||||
name: prometheus-nut-exporter
|
name: prometheus-nut-exporter
|
||||||
version: 5.3.3
|
version: 5.3.4
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- nut
|
- nut
|
||||||
@ -21,5 +21,5 @@ dependencies:
|
|||||||
version: 4.4.2
|
version: 4.4.2
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Upgraded `common` chart dependency to version 4.4.2
|
description: Fixed `ServiceMonitor` endpoints loop.
|
||||||
|
@ -15,8 +15,8 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: metrics
|
|
||||||
{{- range .Values.metrics.serviceMonitor.targets }}
|
{{- range .Values.metrics.serviceMonitor.targets }}
|
||||||
|
- port: metrics
|
||||||
interval: {{ .interval }}
|
interval: {{ .interval }}
|
||||||
scrapeTimeout: {{ .scrapeTimeout }}
|
scrapeTimeout: {{ .scrapeTimeout }}
|
||||||
path: /metrics
|
path: /metrics
|
||||||
|
Loading…
Reference in New Issue
Block a user