Added iperf3-server
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 27s
Auto-update README / Generate README and Create MR (push) Successful in 11s

This commit is contained in:
Ultradesu
2025-11-18 21:37:09 +02:00
parent 63669c69ff
commit 3026e53746
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ spec:
subdomain: iperf3 subdomain: iperf3
containers: containers:
- name: iperf3-server - name: iperf3-server
image: ghcr.io/edgard/iperf3_exporter:1.2.2 image: networkstatic/iperf3:latest
args: ["-s"] args: ["-s"]
ports: ports:
- containerPort: 5201 - containerPort: 5201

View File

@@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: iperf3-exporter - name: iperf3-exporter
image: edgardlt/iperf3_exporter:latest image: ghcr.io/edgard/iperf3_exporter:1.2.2
ports: ports:
- containerPort: 9579 - containerPort: 9579
name: metrics name: metrics