forked from ab/homelab
Added iperf3-server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user