Apply SEC-7 baseline to WorldBuilder

This commit is contained in:
Andrew Stoltz
2026-06-21 02:57:57 -05:00
parent cea1fcc609
commit 11122b5139
4 changed files with 122 additions and 5 deletions

View File

@@ -187,10 +187,13 @@
"dnsPolicy": "ClusterFirst",
"restartPolicy": "Always",
"schedulerName": "default-scheduler",
"securityContext": {
"fsGroup": 1654,
"fsGroupChangePolicy": "OnRootMismatch"
},
"securityContext": {
"fsGroup": 1654,
"fsGroupChangePolicy": "OnRootMismatch",
"seccompProfile": {
"type": "RuntimeDefault"
}
},
"terminationGracePeriodSeconds": 30,
"volumes": [
{