mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 09:22:21 +00:00
10 lines
147 B
YAML
10 lines
147 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: NetworkPolicy
|
|
metadata:
|
|
name: default-deny-ingress
|
|
spec:
|
|
podSelector: {}
|
|
policyTypes:
|
|
- Ingress
|