add iperf server
This commit is contained in:
16
helm/iperf3/templates/service.yaml
Normal file
16
helm/iperf3/templates/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user