Harden GX10 Intranet pod boundary
This commit is contained in:
12
apps-gx10/intranet/namespace-intranet.json
Normal file
12
apps-gx10/intranet/namespace-intranet.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Namespace",
|
||||
"metadata": {
|
||||
"labels": {
|
||||
"pod-security.kubernetes.io/audit": "restricted",
|
||||
"pod-security.kubernetes.io/enforce": "restricted",
|
||||
"pod-security.kubernetes.io/warn": "restricted"
|
||||
},
|
||||
"name": "intranet"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user