mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 15:59:09 +00:00
[speedtest-exporter] metrics consistency (#1162)
This commit is contained in:
parent
4e7b66bb3e
commit
4aa2b5e2d6
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.2.2
|
appVersion: v3.2.2
|
||||||
description: Speedtest Exporter made in python using the official speedtest bin
|
description: Speedtest Exporter made in python using the official speedtest bin
|
||||||
name: speedtest-exporter
|
name: speedtest-exporter
|
||||||
version: 4.0.0
|
version: 4.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- speedtest-exporter
|
- speedtest-exporter
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# speedtest-exporter
|
# speedtest-exporter
|
||||||
|
|
||||||
![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)
|
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)
|
||||||
|
|
||||||
Speedtest Exporter made in python using the official speedtest bin
|
Speedtest Exporter made in python using the official speedtest bin
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
{{- include "common.labels.selectorLabels" . | nindent 6 }}
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: http
|
- port: metrics
|
||||||
{{- with .Values.prometheus.serviceMonitor.interval }}
|
{{- with .Values.prometheus.serviceMonitor.interval }}
|
||||||
interval: {{ . }}
|
interval: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -25,6 +25,10 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
|
enabled: false
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
protocol: TCP
|
||||||
port: 9798
|
port: 9798
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
|
Loading…
Reference in New Issue
Block a user