mirror of
https://github.com/vacp2p/10ksim.git
synced 2025-02-24 03:58:09 +00:00
18 lines
296 B
YAML
18 lines
296 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: zerotesting-policy
|
|
namespace: zerotesting
|
|
spec:
|
|
podSelector: {}
|
|
policyTypes:
|
|
- Ingress
|
|
- Egress
|
|
ingress:
|
|
- from:
|
|
- namespaceSelector:
|
|
matchLabels:
|
|
name: monitoring
|
|
egress:
|
|
- {}
|