initial commit
This commit is contained in:
commit
471f30f0b1
13 changed files with 286 additions and 0 deletions
10
security/network-policies.yaml
Normal file
10
security/network-policies.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: default-deny-all
|
||||
namespace: secure-default
|
||||
spec:
|
||||
podSelector: {}
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
Loading…
Add table
Add a link
Reference in a new issue