Add example resources.

This commit is contained in:
TAKAHASHI Shuuji
2020-08-07 09:25:48 +09:00
parent 54436fa647
commit 5cc86c82f8
5 changed files with 50 additions and 0 deletions
@@ -0,0 +1,10 @@
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-deny-all
spec:
podSelector: {}
policyTypes:
- Ingress
- Egress