12 lines
182 B
YAML
12 lines
182 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: all-deny
|
|
namespace: isolated
|
|
spec:
|
|
podSelector:
|
|
matchLabels:
|
|
app: http
|
|
policyTypes:
|
|
- Egress
|