Add privileges to perf containr

This commit is contained in:
Benjamin Arntzen 2024-08-13 14:31:36 +01:00
parent b6674c01cb
commit 7897513a32
2 changed files with 2 additions and 1 deletions

0
deployment/cleanup.sh Normal file → Executable file
View File

View File

@ -4,7 +4,7 @@ metadata:
name: nodes
namespace: zerotesting
spec:
replicas: 100
replicas: 400
podManagementPolicy: "Parallel"
serviceName: zerotesting-service
selector:
@ -68,6 +68,7 @@ spec:
failureThreshold: 2
timeoutSeconds: 5
securityContext:
privileged: true
capabilities:
add: ["SYS_ADMIN"]
resources: