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

This commit is contained in:
Ultradesu
2025-11-18 20:47:43 +02:00
parent 611e3e31dd
commit 22b359a7ee
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: iperf3-server
spec:
type: NodePort
selector:
app: iperf3-server
ports:
- name: iperf3
protocol: TCP
port: 5201
targetPort: 5201
nodePort: 30201