Harden GX10 Intranet pod boundary
This commit is contained in:
15
apps-gx10/intranet/networkpolicy-intranet-default-deny.json
Normal file
15
apps-gx10/intranet/networkpolicy-intranet-default-deny.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"apiVersion": "networking.k8s.io/v1",
|
||||
"kind": "NetworkPolicy",
|
||||
"metadata": {
|
||||
"name": "intranet-default-deny",
|
||||
"namespace": "intranet"
|
||||
},
|
||||
"spec": {
|
||||
"podSelector": {},
|
||||
"policyTypes": [
|
||||
"Ingress",
|
||||
"Egress"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user