mirror of
https://github.com/openappsec/attachment.git
synced 2025-12-31 13:49:09 +03:00
add Daniel fixes
This commit is contained in:
@@ -64,7 +64,11 @@ def get_sidecar_container():
|
||||
"volumeMounts": [
|
||||
{"name": "envoy-attachment-shared", "mountPath": "/envoy/attachment/shared/"}
|
||||
],
|
||||
"resources": {},
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": "200m"
|
||||
}
|
||||
},
|
||||
"securityContext": {
|
||||
"runAsNonRoot": False,
|
||||
"runAsUser": 0
|
||||
|
||||
Reference in New Issue
Block a user