Changed kind to ReplicaSet to clients in iperf2.yml

master
Meliurwen 4 years ago
parent 6b0ecedcab
commit 0facdf5533
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 3
      iperf2.yaml

@ -63,12 +63,13 @@ spec:
---
apiVersion: apps/v1
kind: DaemonSet
kind: ReplicaSet
metadata:
name: iperf2-clients
labels:
app: iperf2-client
spec:
replicas: 18
selector:
matchLabels:
app: iperf2-client

Loading…
Cancel
Save