Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
5b1ceb1740 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 41s
Generated by CI/CD workflow on 2025-11-18 19:41:36

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-18 19:41:36 +00:00

View File

@@ -3,6 +3,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: iperf3-exporter
namespace: default
labels:
app: iperf3-exporter
release: prometheus
@@ -24,13 +25,13 @@ spec:
- sourceLabels: [__address__]
targetLabel: __param_target
regex: (.+):9579
replacement: iperf3-${1}.iperf3.iperf3.svc.cluster.local:5201
replacement: iperf3-${1}.iperf3.default.svc.cluster.local:5201
- sourceLabels: [__param_target]
targetLabel: instance
- targetLabel: __address__
replacement: iperf3-exporter.iperf3.svc.cluster.local:9579
replacement: iperf3-exporter.default.svc.cluster.local:9579
metricRelabelings:
- sourceLabels: [__name__]
regex: iperf3_(.+)
targetLabel: __name__
replacement: network_${1}
replacement: network_${1}