add Daniel fixes

This commit is contained in:
wiaamm
2025-02-10 14:17:47 +02:00
parent a2e439b77b
commit f136ef49ef
2 changed files with 14 additions and 10 deletions

View File

@@ -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