add iperf server

This commit is contained in:
2023-10-20 09:21:50 -04:00
parent 42b6aa33a0
commit c32ba6a3a9
6 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
annotations:
metallb.universe.tf/address-pool: "production"
metallb.universe.tf/allow-shared-ip: "production"
spec:
type: LoadBalancer
selector:
app.kubernetes.io/name: iperf
ports:
- name: iperf
protocol: TCP
port: 5201
targetPort: iperf