add networkpolicies

This commit is contained in:
James Turland
2024-01-16 12:55:53 +00:00
parent f7f0357684
commit 567dbfe3c0
7 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-deny-ingress
spec:
podSelector: {}
policyTypes:
- Ingress