Files
website/content/ja/examples/service/networking/network-policy-allow-all-ingress.yaml
2021-05-26 10:16:04 +00:00

12 lines
162 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-all-ingress
spec:
podSelector: {}
ingress:
- {}
policyTypes:
- Ingress