You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
273 B
16 lines
273 B
4 years ago
|
kind: NetworkPolicy
|
||
|
apiVersion: networking.k8s.io/v1
|
||
|
metadata:
|
||
|
name: iperf3-server-access
|
||
|
spec:
|
||
|
podSelector:
|
||
|
matchLabels:
|
||
|
app: iperf3-server
|
||
|
ingress:
|
||
|
- ports:
|
||
|
- port: 5201
|
||
|
from:
|
||
|
- podSelector:
|
||
|
matchLabels:
|
||
|
app: iperf3-client
|