k3s/tests/e2e/amd64_resource_files/netpol-fail.yaml

20 lines
343 B
YAML
Raw Normal View History

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: test-network-policy
namespace: default
spec:
podSelector:
matchLabels:
k8s-app: nginx-app-clusterip
policyTypes:
- Ingress
ingress:
- from:
- podSelector:
matchLabels:
app: whatever
ports:
- protocol: TCP
port: 80