mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 08:56:18 +00:00
add networkpolicies
This commit is contained in:
9
Kubernetes/NetworkPolicies/default-deny-all-ingress.yaml
Normal file
9
Kubernetes/NetworkPolicies/default-deny-all-ingress.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: default-deny-ingress
|
||||
spec:
|
||||
podSelector: {}
|
||||
policyTypes:
|
||||
- Ingress
|
Reference in New Issue
Block a user